fastlane-plugin-better_semantic_release 2.0.10 → 2.0.11
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: 7211601e28f446fa51e8b58789feb570af1274c5285213580756a1a3446d393c
|
|
4
|
+
data.tar.gz: 963de003f03ef8c0ee6b5c8c95b28fd98fa560705f282b2b65dc9a4cb7ba84ac
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d723b5b20b014a715a3f56e7731a39b25057cac7e10cf25606bbae12ea8e1e00334d5afa41449b7367cb2e06af577085b220b03e3415042bded15a427c13de4d
|
|
7
|
+
data.tar.gz: 282afb3a1a5db0444ac93bc77a5aa9bde04c9b4b52f01197c11747e0fde03881540f03a58074c0eecb814836dea0cf35561213faf255391e93254c762a5fbef2
|
|
@@ -135,7 +135,10 @@ module Fastlane
|
|
|
135
135
|
format_pattern = lane_context[SharedValues::CONVENTIONAL_CHANGELOG_ACTION_FORMAT_PATTERN]
|
|
136
136
|
splitted.each do |squashed_commit|
|
|
137
137
|
commits = squashed_commit.split("*")
|
|
138
|
-
|
|
138
|
+
# This works for Bitbucket
|
|
139
|
+
#commits.drop(1).each do |line|
|
|
140
|
+
# This works for Gitlab
|
|
141
|
+
commits.each do |line|
|
|
139
142
|
parts = line.split(":")
|
|
140
143
|
if parts.length > 1
|
|
141
144
|
# conventional commits are in format
|
|
@@ -178,7 +178,10 @@ module Fastlane
|
|
|
178
178
|
format_pattern = lane_context[SharedValues::CONVENTIONAL_CHANGELOG_ACTION_FORMAT_PATTERN]
|
|
179
179
|
squashed_commits.each do |squashed_commit|
|
|
180
180
|
commits = squashed_commit.split("*")
|
|
181
|
-
|
|
181
|
+
# This works for Bitbucket
|
|
182
|
+
#commits.drop(1).each do |line|
|
|
183
|
+
# This works for Gitlab
|
|
184
|
+
commits.each do |line|
|
|
182
185
|
splitted = line.split("|")
|
|
183
186
|
|
|
184
187
|
commit = Helper::BetterSemanticReleaseHelper.parse_commit(
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module Fastlane module BetterSemanticRelease VERSION = "2.0.
|
|
1
|
+
module Fastlane module BetterSemanticRelease VERSION = "2.0.11" end end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fastlane-plugin-better_semantic_release
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.11
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tom Greco
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-
|
|
11
|
+
date: 2022-11-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: pry
|