fastlane-plugin-trigger_bitrise_build 0.1.1 → 0.1.2

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
  SHA1:
3
- metadata.gz: cafe139a700dc0185c1a82eb7813dca6e32ee29a
4
- data.tar.gz: 22294f2cc108fa0dcc285824979169e6c3d74106
3
+ metadata.gz: 7a38d2c44e4af7d9af8bcbb7febd64999ee09a85
4
+ data.tar.gz: 7448cd54f7db26ccb531d5cb5703bcffcfc2646d
5
5
  SHA512:
6
- metadata.gz: 28cad256fe9a474d466ac2e29cbf0fd8e204441d9b4a91a626797caa3df67636a0957b2448f8c7726e6812f1fe44d95d58c6d28488cedc60ff7b023c774656a7
7
- data.tar.gz: 4f0a18becb32414dda52d4e1121628b6ea75a5e2a74b136bd569eb135c3a77636bf1ff58bccda8574059c3d9edd759083aa8f2b458c080b11ec28090e5b6192b
6
+ metadata.gz: baecf7e47c602fbcaed26b0d4d51b5ad5079abdcd85ea9b161451b851475c65c7ee76a2765d5152a791116213685e8a68bdaa9491e930b200d0b1c82a60aa81b
7
+ data.tar.gz: bbeb7105762bb6c0b95ffb90554bc6e1b07307ef0ed13eb90462e7a0b62f70387985cb6438f05192fe576ba79c483a2efec2c148d8c86ce4c3dbbe4855976417
@@ -91,6 +91,12 @@ module Fastlane
91
91
  optional: false,
92
92
  type: String),
93
93
 
94
+ FastlaneCore::ConfigItem.new(key: :git_commit,
95
+ env_name: "BITRISE_GIT_COMMIT",
96
+ description: "The commit hash of the repo to build",
97
+ optional: false,
98
+ type: String),
99
+
94
100
  FastlaneCore::ConfigItem.new(key: :git_tag,
95
101
  env_name: "BITRISE_GIT_TAG",
96
102
  description: "The tag of the repo to build",
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module TriggerBitriseBuild
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-trigger_bitrise_build
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nick Hammond