fastlane-plugin-semantic_convention_release 1.0.5 → 1.0.6
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: 22b4fad9ff0cbd69c38fdc22f62271d01aa07c07af4574753924198df9a144e2
|
|
4
|
+
data.tar.gz: 5dbbeef749ad43305bfe8bfb8a79939b32a73983d53171e7080bc565ac156bc3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 86c0a50151317eafa090ed985df7c6060113d2335d8b842c69c506ac87ea535c42fc36288f4ded07a835c8ec33e85e60d4218d374f9b49f7bfe8c8499d495c1d
|
|
7
|
+
data.tar.gz: ac11a4eecc7d6ea080d7e8537cd5c6aa18c8006715b358b2ce836217ef31d840e9ebe748d056c494e4b82cf20e5f37fd722a07346d48a12c9691bf07d2fdd8bd
|
|
@@ -123,7 +123,7 @@ module Fastlane
|
|
|
123
123
|
elsif commit[:release] == "minor" && !major_updated && !minor_updated
|
|
124
124
|
next_minor += 1
|
|
125
125
|
next_patch = 0
|
|
126
|
-
minor_updated =
|
|
126
|
+
minor_updated = true
|
|
127
127
|
elsif commit[:release] == "patch" && !major_updated && !minor_updated && !patch_updated
|
|
128
128
|
next_patch += 1
|
|
129
129
|
patch_updated = true
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module Fastlane module SemanticConventionRelease VERSION = "1.0.
|
|
1
|
+
module Fastlane module SemanticConventionRelease VERSION = "1.0.6" end end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fastlane-plugin-semantic_convention_release
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jiří Otáhal
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2020-09-
|
|
12
|
+
date: 2020-09-11 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: pry
|