fastlane-plugin-semantic_release 1.1.7 → 1.1.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: da9ad83865ca3d46f09fcf1cdf54ca9b306cc544dc2133f8379c857923e2f72c
4
- data.tar.gz: 61a6fe2fd5a29b381965e9bf6d17f62ea5276323ca56b1a324eb1293c2c1fedd
3
+ metadata.gz: c1ae75301af55462a4562ca754bb60105e9946a4e5900cd700072cc2ee291269
4
+ data.tar.gz: 2c13cedf37198623568b475fb6cecf1f597119989f57811c22861689ac846c30
5
5
  SHA512:
6
- metadata.gz: 3908c36d21ca2335cd649c055a2adcc3c282d5adf03b75af7d2a829053f69ed5c2cbf93890db771d807395c993e65c7f7e639a6775b58b0da43d5a89a601ec15
7
- data.tar.gz: af7278e34b149def7d22bc1f4f728bbce3a43ef3730cb1137824fda9918aff3a7b76c2db87d7e0dc6ea820d71782a01d76e8b130fd0aa5e733d7690f740f2654
6
+ metadata.gz: c37e53c9830f14b7573b207a5efc90a26f2e03a9315bbd1386ff20014e499e355c0bd9d98d31a7e176c91103d5a9359736f20c20cff142849532d270ac22a116
7
+ data.tar.gz: e38aa4f0067a1f84399bc5c05b2bd48782abdf73fa367d83cea1c39a44e87a00140d9babafc73d5252a219593dd0b35eadb9ae3f72648c361fc69c9d5ed1cd2f
@@ -221,7 +221,7 @@ module Fastlane
221
221
  ),
222
222
  FastlaneCore::ConfigItem.new(
223
223
  key: :title,
224
- description: "Title of release notes",
224
+ description: "Title for release notes",
225
225
  optional: true
226
226
  ),
227
227
  FastlaneCore::ConfigItem.new(
@@ -231,7 +231,7 @@ module Fastlane
231
231
  ),
232
232
  FastlaneCore::ConfigItem.new(
233
233
  key: :order,
234
- description: "You can change order of groups in release notes",
234
+ description: "You can change the order of groups in release notes",
235
235
  default_value: ["feat", "fix", "refactor", "perf", "chore", "test", "docs", "no_type"],
236
236
  type: Array,
237
237
  optional: true
@@ -243,18 +243,18 @@ module Fastlane
243
243
  feat: "Features",
244
244
  fix: "Bug fixes",
245
245
  refactor: "Code refactoring",
246
- perf: "Performance improving",
246
+ perf: "Performance improvements",
247
247
  chore: "Building system",
248
248
  test: "Testing",
249
249
  docs: "Documentation",
250
- no_type: "Rest work"
250
+ no_type: "Other work"
251
251
  },
252
252
  type: Hash,
253
253
  optional: true
254
254
  ),
255
255
  FastlaneCore::ConfigItem.new(
256
256
  key: :display_author,
257
- description: "Wheter or not you want to display author of commit",
257
+ description: "Whether you want to show the author of the commit",
258
258
  default_value: false,
259
259
  type: Boolean,
260
260
  optional: true
@@ -1 +1 @@
1
- module Fastlane module SemanticRelease VERSION = "1.1.7" end end
1
+ module Fastlane module SemanticRelease VERSION = "1.1.8" end end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-semantic_release
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.7
4
+ version: 1.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jiří Otáhal
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-09-10 00:00:00.000000000 Z
11
+ date: 2019-11-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pry