voxpupuli-release 1.0.0 → 1.0.1

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: 9af5a5e0c5b473492fdaf314f7083d8d633482f634aedc02c305d801c8dd76b2
4
- data.tar.gz: 61e8ff2561629b167511e8f351a4f4d4e2e091da54839a968a4d835cd38d90fb
3
+ metadata.gz: eea7820138b541c5c9e3e9ad049c1fdf9ce130c27cb8b00ea04c76f6631824e2
4
+ data.tar.gz: d6759c4f2d2c0a06007d9cdc795223636126557e70ce4b508e44a2c5ee628f61
5
5
  SHA512:
6
- metadata.gz: 64feb83dfcdc22f1cab44663da1edd53fdbce4ed202a7e757713c43b6bd5ec3eaae352252353ef53b91d34050df0077853e3f46b89b53e7eeea1ffba2dc2fd9a
7
- data.tar.gz: 8e4578be2097edf95e3e752c9eeb59dd15ba9a11486cf5e7ccd455458cd880ebc5b3afb927be3b5ebaf3feae774afbd4f9f46a7804b88afb980340d773e99b1b
6
+ metadata.gz: 32b373bcbd7190309e590bfa6bd578f8a83bd338eaa6a6900b7095e3b713c6906e68a1846e2404a6e8cf61026b1ccca6f85ebaeea789d9811a41bf4dec13876f
7
+ data.tar.gz: 39264bacebb98f41e13dc73f6f1a1ca1108b9be86270d503a686c63af2c000cd2cd52e2c306f2b91e878bac55dc3bcf3fe43889fede3067c5136199b88053c7a
@@ -2,7 +2,14 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
- ## [v1.0.0](https://github.com/voxpupuli/voxpupuli-release-gem/tree/v1.0.0) (2019-08-18)
5
+ ## [v1.0.1](https://github.com/voxpupuli/voxpupuli-release-gem/tree/v1.0.1) (2019-09-02)
6
+ [Full Changelog](https://github.com/voxpupuli/voxpupuli-release-gem/compare/v1.0.0...v1.0.1)
7
+
8
+ **Fixed bugs:**
9
+
10
+ - set a message pattern for new releases [\#22](https://github.com/voxpupuli/voxpupuli-release-gem/pull/22) ([bastelfreak](https://github.com/bastelfreak))
11
+
12
+ ## [v1.0.0](https://github.com/voxpupuli/voxpupuli-release-gem/tree/v1.0.0) (2019-08-31)
6
13
  **Implemented enhancements:**
7
14
 
8
15
  - sign tags with gpg [\#20](https://github.com/voxpupuli/voxpupuli-release-gem/pull/20) ([bastelfreak](https://github.com/bastelfreak))
@@ -6,6 +6,7 @@ task "travis_release" do
6
6
  Blacksmith::RakeTask.new do |t|
7
7
  t.build = false # do not build the module nor push it to the Forge
8
8
  t.tag_sign = true # sign release with gpg
9
+ t.tag_message_pattern = "Version %s" # required tag message for gpg-signed tags
9
10
  # just do the tagging [:clean, :tag, :bump_commit]
10
11
  end
11
12
 
@@ -1,5 +1,5 @@
1
1
  module Voxpupuli
2
2
  module Release
3
- VERSION = '1.0.0'
3
+ VERSION = '1.0.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: voxpupuli-release
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vox Pupuli
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-08-31 00:00:00.000000000 Z
11
+ date: 2019-10-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake