voxpupuli-release 1.2.0 → 1.2.1

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: 751f19a8d08f56a9532bb4fbd39cc13b2b1c2ab9da80a94fff1c475fbd077afd
4
- data.tar.gz: 7517e3e13fc487bf58975b0581835a901c9e3cfebc9f11f374e91fef2397527f
3
+ metadata.gz: 68c7470eabafe9c8941ecec6d75b2aaf3628449b6dd9f383123382647f660ce9
4
+ data.tar.gz: 47d9d4ee9fe3b313edd6b8014de524406fca3468b6f9381173733c44bf51dd88
5
5
  SHA512:
6
- metadata.gz: b5b8bac00028d16dd462c129adcf275ecbb2295581ffeeb4187d6fd6ddc4efbaebec7786ebbb4fde12aa80047091505a48013be27cf425256c10d22094b5591c
7
- data.tar.gz: 92ebe8cd30cc86a27e37d46ce0103b23ce657035efe13d97d4461c3346ecf82f8fde2aee6c02f9541460f82b8db903e3b84f87ee60c5f587dab91665d760f258
6
+ metadata.gz: 4f71a39ddb592ca0a2e1300ddfcd615c531e39a3e5fba3e60e5563df140e18b7c508b722f2e3d3501d3ab1cf56b187fe7998e829d6a2e425ad2bd94bb939594c
7
+ data.tar.gz: fd07dcaa720bdd01a8d8602f54d25d73217f3e10733c6dd725f77ff3a4021c6dd7429a61d049e65ad9ac182b84358cbc020d313d631817acc03ba34955d688ec
data/CHANGELOG.md CHANGED
@@ -2,81 +2,91 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
- ## [v1.2.0](https://github.com/voxpupuli/voxpupuli-release-gem/tree/v1.2.0) (2021-10-28)
5
+ ## [v1.2.1](https://github.com/voxpupuli/voxpupuli-release/tree/v1.2.1) (2021-10-29)
6
6
 
7
- [Full Changelog](https://github.com/voxpupuli/voxpupuli-release-gem/compare/v1.1.0...v1.2.0)
7
+ [Full Changelog](https://github.com/voxpupuli/voxpupuli-release/compare/v1.2.0...v1.2.1)
8
+
9
+ between the 1.2.0 and 1.2.1 release renamed the repository from voxpupuli-release-gem to voxpupuli-release. The previous name was inconsistent with the gem name and that blocked releases to github packages. The 1.2.1 release only happens to get a release to github packages. The code is identical to 1.2.0.
10
+
11
+ **Closed issues:**
12
+
13
+ - Rename the repository from voxpupuli-release-gem to voxpupuli-release [\#35](https://github.com/voxpupuli/voxpupuli-release/issues/35)
14
+
15
+ ## [v1.2.0](https://github.com/voxpupuli/voxpupuli-release/tree/v1.2.0) (2021-10-28)
16
+
17
+ [Full Changelog](https://github.com/voxpupuli/voxpupuli-release/compare/v1.1.0...v1.2.0)
8
18
 
9
19
  **Implemented enhancements:**
10
20
 
11
- - Cleanup references to Travis CI in rake tasks [\#32](https://github.com/voxpupuli/voxpupuli-release-gem/pull/32) ([genebean](https://github.com/genebean))
21
+ - Cleanup references to Travis CI in rake tasks [\#32](https://github.com/voxpupuli/voxpupuli-release/pull/32) ([genebean](https://github.com/genebean))
12
22
 
13
23
  **Fixed bugs:**
14
24
 
15
- - Fix syntax highlighting & add warning to travis\_release [\#33](https://github.com/voxpupuli/voxpupuli-release-gem/pull/33) ([ekohl](https://github.com/ekohl))
25
+ - Fix syntax highlighting & add warning to travis\_release [\#33](https://github.com/voxpupuli/voxpupuli-release/pull/33) ([ekohl](https://github.com/ekohl))
16
26
 
17
27
  **Merged pull requests:**
18
28
 
19
- - Enable basic gem testing [\#31](https://github.com/voxpupuli/voxpupuli-release-gem/pull/31) ([bastelfreak](https://github.com/bastelfreak))
20
- - gemspec: switch to https URLs [\#30](https://github.com/voxpupuli/voxpupuli-release-gem/pull/30) ([bastelfreak](https://github.com/bastelfreak))
29
+ - Enable basic gem testing [\#31](https://github.com/voxpupuli/voxpupuli-release/pull/31) ([bastelfreak](https://github.com/bastelfreak))
30
+ - gemspec: switch to https URLs [\#30](https://github.com/voxpupuli/voxpupuli-release/pull/30) ([bastelfreak](https://github.com/bastelfreak))
21
31
 
22
- ## [v1.1.0](https://github.com/voxpupuli/voxpupuli-release-gem/tree/v1.1.0) (2021-10-15)
32
+ ## [v1.1.0](https://github.com/voxpupuli/voxpupuli-release/tree/v1.1.0) (2021-10-15)
23
33
 
24
- [Full Changelog](https://github.com/voxpupuli/voxpupuli-release-gem/compare/v1.0.2...v1.1.0)
34
+ [Full Changelog](https://github.com/voxpupuli/voxpupuli-release/compare/v1.0.2...v1.1.0)
25
35
 
26
36
  **Implemented enhancements:**
27
37
 
28
- - Add `github_release` alias for `travis_release` task [\#28](https://github.com/voxpupuli/voxpupuli-release-gem/pull/28) ([bastelfreak](https://github.com/bastelfreak))
38
+ - Add `github_release` alias for `travis_release` task [\#28](https://github.com/voxpupuli/voxpupuli-release/pull/28) ([bastelfreak](https://github.com/bastelfreak))
29
39
 
30
40
  **Fixed bugs:**
31
41
 
32
- - fix wrong syntax in GitHub actions [\#27](https://github.com/voxpupuli/voxpupuli-release-gem/pull/27) ([bastelfreak](https://github.com/bastelfreak))
42
+ - fix wrong syntax in GitHub actions [\#27](https://github.com/voxpupuli/voxpupuli-release/pull/27) ([bastelfreak](https://github.com/bastelfreak))
33
43
 
34
- ## [v1.0.2](https://github.com/voxpupuli/voxpupuli-release-gem/tree/v1.0.2) (2021-07-30)
44
+ ## [v1.0.2](https://github.com/voxpupuli/voxpupuli-release/tree/v1.0.2) (2021-07-30)
35
45
 
36
- [Full Changelog](https://github.com/voxpupuli/voxpupuli-release-gem/compare/v1.0.1...v1.0.2)
46
+ [Full Changelog](https://github.com/voxpupuli/voxpupuli-release/compare/v1.0.1...v1.0.2)
37
47
 
38
48
  **Fixed bugs:**
39
49
 
40
- - directly load blacksmith rake tasks [\#25](https://github.com/voxpupuli/voxpupuli-release-gem/pull/25) ([bastelfreak](https://github.com/bastelfreak))
50
+ - directly load blacksmith rake tasks [\#25](https://github.com/voxpupuli/voxpupuli-release/pull/25) ([bastelfreak](https://github.com/bastelfreak))
41
51
 
42
52
  **Merged pull requests:**
43
53
 
44
- - Update release workflow + docs / Release 1.0.2 [\#26](https://github.com/voxpupuli/voxpupuli-release-gem/pull/26) ([bastelfreak](https://github.com/bastelfreak))
45
- - Convert from Travis to Github Actions [\#24](https://github.com/voxpupuli/voxpupuli-release-gem/pull/24) ([ekohl](https://github.com/ekohl))
54
+ - Update release workflow + docs / Release 1.0.2 [\#26](https://github.com/voxpupuli/voxpupuli-release/pull/26) ([bastelfreak](https://github.com/bastelfreak))
55
+ - Convert from Travis to Github Actions [\#24](https://github.com/voxpupuli/voxpupuli-release/pull/24) ([ekohl](https://github.com/ekohl))
46
56
 
47
- ## [v1.0.1](https://github.com/voxpupuli/voxpupuli-release-gem/tree/v1.0.1) (2019-09-02)
57
+ ## [v1.0.1](https://github.com/voxpupuli/voxpupuli-release/tree/v1.0.1) (2019-09-02)
48
58
 
49
- [Full Changelog](https://github.com/voxpupuli/voxpupuli-release-gem/compare/v1.0.0...v1.0.1)
59
+ [Full Changelog](https://github.com/voxpupuli/voxpupuli-release/compare/v1.0.0...v1.0.1)
50
60
 
51
61
  **Fixed bugs:**
52
62
 
53
- - set a message pattern for new releases [\#22](https://github.com/voxpupuli/voxpupuli-release-gem/pull/22) ([bastelfreak](https://github.com/bastelfreak))
63
+ - set a message pattern for new releases [\#22](https://github.com/voxpupuli/voxpupuli-release/pull/22) ([bastelfreak](https://github.com/bastelfreak))
54
64
 
55
- ## [v1.0.0](https://github.com/voxpupuli/voxpupuli-release-gem/tree/v1.0.0) (2019-08-31)
65
+ ## [v1.0.0](https://github.com/voxpupuli/voxpupuli-release/tree/v1.0.0) (2019-08-31)
56
66
 
57
- [Full Changelog](https://github.com/voxpupuli/voxpupuli-release-gem/compare/f45adfe1cdb31bcc289fa4b80ac392235a00ffc6...v1.0.0)
67
+ [Full Changelog](https://github.com/voxpupuli/voxpupuli-release/compare/f45adfe1cdb31bcc289fa4b80ac392235a00ffc6...v1.0.0)
58
68
 
59
69
  **Implemented enhancements:**
60
70
 
61
- - sign tags with gpg [\#20](https://github.com/voxpupuli/voxpupuli-release-gem/pull/20) ([bastelfreak](https://github.com/bastelfreak))
71
+ - sign tags with gpg [\#20](https://github.com/voxpupuli/voxpupuli-release/pull/20) ([bastelfreak](https://github.com/bastelfreak))
62
72
 
63
73
  **Closed issues:**
64
74
 
65
- - expand travis\_release [\#2](https://github.com/voxpupuli/voxpupuli-release-gem/issues/2)
66
- - this gem should be renamed [\#1](https://github.com/voxpupuli/voxpupuli-release-gem/issues/1)
75
+ - expand travis\_release [\#2](https://github.com/voxpupuli/voxpupuli-release/issues/2)
76
+ - this gem should be renamed [\#1](https://github.com/voxpupuli/voxpupuli-release/issues/1)
67
77
 
68
78
  **Merged pull requests:**
69
79
 
70
- - Use has\_version\_tag? from puppet-blacksmith [\#16](https://github.com/voxpupuli/voxpupuli-release-gem/pull/16) ([ekohl](https://github.com/ekohl))
71
- - Proper pre-release version string [\#15](https://github.com/voxpupuli/voxpupuli-release-gem/pull/15) ([rnelson0](https://github.com/rnelson0))
72
- - Release candidate 0.4.0-rc0 [\#14](https://github.com/voxpupuli/voxpupuli-release-gem/pull/14) ([rnelson0](https://github.com/rnelson0))
73
- - Expand acceptable changelog release format [\#12](https://github.com/voxpupuli/voxpupuli-release-gem/pull/12) ([rnelson0](https://github.com/rnelson0))
74
- - dont expect whitespace before release number [\#10](https://github.com/voxpupuli/voxpupuli-release-gem/pull/10) ([bastelfreak](https://github.com/bastelfreak))
75
- - Describe how to cut a release [\#9](https://github.com/voxpupuli/voxpupuli-release-gem/pull/9) ([rnelson0](https://github.com/rnelson0))
76
- - fix\(changelog\) make changelog checking more flexible [\#8](https://github.com/voxpupuli/voxpupuli-release-gem/pull/8) ([igalic](https://github.com/igalic))
77
- - fix\(loading\) complete renaming by correctly moving files into subdirs [\#7](https://github.com/voxpupuli/voxpupuli-release-gem/pull/7) ([igalic](https://github.com/igalic))
78
- - feat\(release\) bump RC version rather than patch [\#6](https://github.com/voxpupuli/voxpupuli-release-gem/pull/6) ([igalic](https://github.com/igalic))
79
- - chore \(rename\) Give our gem a more sensible name [\#5](https://github.com/voxpupuli/voxpupuli-release-gem/pull/5) ([igalic](https://github.com/igalic))
80
+ - Use has\_version\_tag? from puppet-blacksmith [\#16](https://github.com/voxpupuli/voxpupuli-release/pull/16) ([ekohl](https://github.com/ekohl))
81
+ - Proper pre-release version string [\#15](https://github.com/voxpupuli/voxpupuli-release/pull/15) ([rnelson0](https://github.com/rnelson0))
82
+ - Release candidate 0.4.0-rc0 [\#14](https://github.com/voxpupuli/voxpupuli-release/pull/14) ([rnelson0](https://github.com/rnelson0))
83
+ - Expand acceptable changelog release format [\#12](https://github.com/voxpupuli/voxpupuli-release/pull/12) ([rnelson0](https://github.com/rnelson0))
84
+ - dont expect whitespace before release number [\#10](https://github.com/voxpupuli/voxpupuli-release/pull/10) ([bastelfreak](https://github.com/bastelfreak))
85
+ - Describe how to cut a release [\#9](https://github.com/voxpupuli/voxpupuli-release/pull/9) ([rnelson0](https://github.com/rnelson0))
86
+ - fix\(changelog\) make changelog checking more flexible [\#8](https://github.com/voxpupuli/voxpupuli-release/pull/8) ([igalic](https://github.com/igalic))
87
+ - fix\(loading\) complete renaming by correctly moving files into subdirs [\#7](https://github.com/voxpupuli/voxpupuli-release/pull/7) ([igalic](https://github.com/igalic))
88
+ - feat\(release\) bump RC version rather than patch [\#6](https://github.com/voxpupuli/voxpupuli-release/pull/6) ([igalic](https://github.com/igalic))
89
+ - chore \(rename\) Give our gem a more sensible name [\#5](https://github.com/voxpupuli/voxpupuli-release/pull/5) ([igalic](https://github.com/igalic))
80
90
 
81
91
 
82
92
 
data/README.md CHANGED
@@ -1,7 +1,7 @@
1
- # Voxpupuli Release Gem
1
+ # Vox Pupuli Release Gem
2
2
 
3
- [![License](https://img.shields.io/github/license/voxpupuli/voxpupuli-release-gem.svg)](https://github.com/voxpupuli/voxpupuli-release-gem/blob/master/LICENSE)
4
- [![Release](https://github.com/voxpupuli/voxpupuli-release-gem/actions/workflows/release.yml/badge.svg)](https://github.com/voxpupuli/voxpupuli-release-gem/actions/workflows/release.yml)
3
+ [![License](https://img.shields.io/github/license/voxpupuli/voxpupuli-release.svg)](https://github.com/voxpupuli/voxpupuli-releasem/blob/master/LICENSE)
4
+ [![Release](https://github.com/voxpupuli/voxpupuli-release/actions/workflows/release.yml/badge.svg)](https://github.com/voxpupuli/voxpupuli-release/actions/workflows/release.yml)
5
5
  [![RubyGem Version](https://img.shields.io/gem/v/voxpupuli-release.svg)](https://rubygems.org/gems/voxpupuli-release)
6
6
  [![RubyGem Downloads](https://img.shields.io/gem/dt/voxpupuli-release.svg)](https://rubygems.org/gems/voxpupuli-release)
7
7
 
data/Rakefile CHANGED
@@ -16,7 +16,7 @@ begin
16
16
  config.header = "# Changelog\n\nAll notable changes to this project will be documented in this file."
17
17
  config.exclude_labels = %w{duplicate question invalid wontfix wont-fix skip-changelog}
18
18
  config.user = 'voxpupuli'
19
- config.project = 'voxpupuli-release-gem'
19
+ config.project = 'voxpupuli-release'
20
20
  end
21
21
  rescue LoadError
22
22
  end
@@ -1,5 +1,5 @@
1
1
  module Voxpupuli
2
2
  module Release
3
- VERSION = '1.2.0'
3
+ VERSION = '1.2.1'
4
4
  end
5
5
  end
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
7
7
  s.version = Voxpupuli::Release::VERSION
8
8
  s.authors = ['Vox Pupuli']
9
9
  s.email = ['voxpupuli@groups.io']
10
- s.homepage = 'https://github.com/voxpupuli/voxpupuli-release-gem'
10
+ s.homepage = 'https://github.com/voxpupuli/voxpupuli-release'
11
11
  s.summary = 'Helpers for deploying Vox Pupuli modules'
12
12
  s.description = s.summary
13
13
  s.licenses = 'Apache-2.0'
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.2.0
4
+ version: 1.2.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: 2021-10-28 00:00:00.000000000 Z
11
+ date: 2021-10-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -59,7 +59,7 @@ files:
59
59
  - lib/voxpupuli/release/rake_tasks.rb
60
60
  - lib/voxpupuli/release/version.rb
61
61
  - voxpupuli-release.gemspec
62
- homepage: https://github.com/voxpupuli/voxpupuli-release-gem
62
+ homepage: https://github.com/voxpupuli/voxpupuli-release
63
63
  licenses:
64
64
  - Apache-2.0
65
65
  metadata: {}