fastlane-plugin-semantic_release_workflow 1.0.3 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 636e21a92a22fe6bca274aeb30e1f3ea110bd6c09d00f680c9113b58210f3d63
4
- data.tar.gz: 63fa666a97bc2754269ce5d3bcb4be7803f625f78334e886c0d016111954beea
3
+ metadata.gz: 2a0b037c3c5f97487977b2880898e51ed4036882edce26ef4efb978e8cf755ad
4
+ data.tar.gz: 4f73caa13949847083899ab10b5c4a40520343f96475f966d334b53b4a5d5524
5
5
  SHA512:
6
- metadata.gz: bbbf9ded15425a789ce178e70ece0df8068cbe12ba2ca53eff706ff013b62b89c193b0b43137b3b272adad13e2efae6c187baac54ab16eae2e04c4a677204d12
7
- data.tar.gz: 91ed38ad5752876755dad13fa4497b787c712e87cd2f2d2bd5dadc015762ccc12b876bac9d8cba304dfe3e00a9c7706ab286e6249d1a7b83d78b172d943a3673
6
+ metadata.gz: abc3a3261bce95c5ad3abe116996ec3752ae035cf0fc6de2c70107dfb2df555e453dfeab5b4fd00b8a90bbd9fb06e8adc1380cc95f4fd51893c586b4b2b58256
7
+ data.tar.gz: 1315558f42d36b3d0243159c0c8985565ff91e743dbc2466e1865055c053c11183d839f5b8e57bd8a4c508e7289c0b501fb4cb2805551b45fd05234e477968fc
@@ -22,7 +22,7 @@ module Fastlane
22
22
  "description": params[:description],
23
23
  "milestones": [],
24
24
  "name": params[:title],
25
- "ref": git_branch,
25
+ "ref": params[:branch_name],
26
26
  "tag_name": params[:tag]
27
27
  }.to_json
28
28
  res = http.request(req)
@@ -77,6 +77,11 @@ module Fastlane
77
77
  key: :tag,
78
78
  description: "Release tag",
79
79
  optional: true
80
+ ),
81
+ FastlaneCore::ConfigItem.new(
82
+ key: :branch_name,
83
+ description: "Git branch name",
84
+ optional: false
80
85
  )
81
86
  ]
82
87
  end
@@ -1 +1 @@
1
- module Fastlane module SemanticReleaseWorkflow VERSION = "1.0.3" end end
1
+ module Fastlane module SemanticReleaseWorkflow VERSION = "1.0.4" end end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-semantic_release_workflow
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Phong Nguyen