fastlane-plugin-semantic_release 1.1.7 → 1.1.8
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c1ae75301af55462a4562ca754bb60105e9946a4e5900cd700072cc2ee291269
|
4
|
+
data.tar.gz: 2c13cedf37198623568b475fb6cecf1f597119989f57811c22861689ac846c30
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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
|
246
|
+
perf: "Performance improvements",
|
247
247
|
chore: "Building system",
|
248
248
|
test: "Testing",
|
249
249
|
docs: "Documentation",
|
250
|
-
no_type: "
|
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: "
|
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.
|
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.
|
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
|
11
|
+
date: 2019-11-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: pry
|