fastlane-plugin-semantic_release 1.1.6 → 1.1.7

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: e48f311f1ba372eafd6f3fb63c001deca23527a6fdd585b91e244f2ff1cb4a7c
4
- data.tar.gz: 794f7aea39a3632513e1b0db79db04845bf926ed840a50d56603060f24644ba7
3
+ metadata.gz: da9ad83865ca3d46f09fcf1cdf54ca9b306cc544dc2133f8379c857923e2f72c
4
+ data.tar.gz: 61a6fe2fd5a29b381965e9bf6d17f62ea5276323ca56b1a324eb1293c2c1fedd
5
5
  SHA512:
6
- metadata.gz: 3a05ef9d5e8d5d9f6978c812d7e2ffe08d5f66cbc81832d0b64027e703b123d65ec18f9615f28bbbf88da310f8686c8338ca7480251657149a237151ce112e74
7
- data.tar.gz: b62fc8c5dcb10ad8313c1642765c00e670cbaf614bd7fcddf74db3128359ac750b1d19256018dfe8caf513ebbd1d500856b8f2955a1f1745b77cc73971149b2d
6
+ metadata.gz: 3908c36d21ca2335cd649c055a2adcc3c282d5adf03b75af7d2a829053f69ed5c2cbf93890db771d807395c993e65c7f7e639a6775b58b0da43d5a89a601ec15
7
+ data.tar.gz: af7278e34b149def7d22bc1f4f728bbce3a43ef3730cb1137824fda9918aff3a7b76c2db87d7e0dc6ea820d71782a01d76e8b130fd0aa5e733d7690f740f2654
@@ -48,7 +48,7 @@ module Fastlane
48
48
  title += " #{params[:title]}" if params[:title]
49
49
 
50
50
  # Begining of release notes
51
- result = "##{title} (#{Date.today})"
51
+ result = "# #{title} (#{Date.today})"
52
52
  result += "\n"
53
53
 
54
54
  params[:order].each do |type|
@@ -1 +1 @@
1
- module Fastlane module SemanticRelease VERSION = "1.1.6" end end
1
+ module Fastlane module SemanticRelease VERSION = "1.1.7" 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.6
4
+ version: 1.1.7
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-06-13 00:00:00.000000000 Z
11
+ date: 2019-09-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pry