fastlane-plugin-semantic_convention_release 1.0.4 → 1.0.5

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: d9f08f67b8b80e5f8c29eb96074ee4f7d3e89dd52173387ad893226f7bb32bea
4
- data.tar.gz: 71b952d8c07eeae2b912377538ebc89cc02ba8f8b9cab3d253f75f2471dca3e0
3
+ metadata.gz: 51f7e081c7504849575a204a52bb463e5042e7abf5471e490115b9292ae60836
4
+ data.tar.gz: e4105081bf66d9d95ef845fb0de1067f7f4dbfcf476147b6de1c7f252f37e4cd
5
5
  SHA512:
6
- metadata.gz: 488d021f6ce7c90b38fc7e9125b1e20819052eaa5f0f5b8a2dc7d30b35706804ca20c6cb37af2108c98935c437733dd9cf4e2e587b76df9c1ee31e2ad9282e81
7
- data.tar.gz: 7b94d57a123309940683949fb93dd48b8ccd9999a6ae8b15fbe2626107e8fc534a0ce10528e1f974cdd166a1e27118ffdb4d6360591771fe480e30d108e60447
6
+ metadata.gz: 6944907bee5286c50ed3938f947bd7c48ba694ad1ac5885d61d22e50959a92f757e4551416c83af7da452584f9c6154e96c7ee77d985dc3a0868377ab6df46d8
7
+ data.tar.gz: 0b3935e386e41d1f5069c54a52a6c3da423a8486c855d2210a515217279ca28a399388b65b582956e541373d0e9e79f1579d7efe561ddd795ca0caa5390551b6
@@ -34,7 +34,7 @@ module Fastlane
34
34
  commits = get_commits_from_hash(
35
35
  hash: last_tag_hash,
36
36
  debug: params[:debug]
37
- )
37
+ ).map { |string| string.gsub(/\[([^\)]+)\]/, "") }
38
38
  parsed = parse_commits(commits)
39
39
 
40
40
  commit_url = params[:commit_url]
@@ -1 +1 @@
1
- module Fastlane module SemanticConventionRelease VERSION = "1.0.4" end end
1
+ module Fastlane module SemanticConventionRelease VERSION = "1.0.5" 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
4
+ version: 1.0.5
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-03 00:00:00.000000000 Z
12
+ date: 2020-09-07 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: pry