voxpupuli-release 1.0.2 → 1.1.0

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: cd34e3cd419b87cfb19a24f4864473c4018dd02594e171e966404c514f74ba98
4
- data.tar.gz: b77e8abe88d2b651b649c9de819fb563f045a2b4b9e551f4d65cf07cfd975248
3
+ metadata.gz: 714ec123f99d6a61fc542be6abe7ce5e2019307aa1d1e85d2271e0acb4111cc3
4
+ data.tar.gz: 634cf01bf767c7ab504eb7ca79e5d3bbd16f07f7a8a2fe5aa2b5c33867aba8b0
5
5
  SHA512:
6
- metadata.gz: 45ff0d43d171f05b659fa410c6629b2234a36a11baced64eb80d6e8dc4ec600e0033713679a23555284e7b4113d82aeddf1cd6e8c3a33f2d09c9cbedf6cdeaed
7
- data.tar.gz: ec03423dcc641516f36c4eb1e3f8ff9e92d66b44f80d2d854e23a735ab421b4614ed485d3d52906a7db6ea5252b008dc46e9f8dfab4ed2543fde695353b2530e
6
+ metadata.gz: 1e5ab6c0c9dea59258eab404b77b332ebed796037b173772d00321acf6b57d4eeb349b51d11475d0241d96d1157e6c15cdb615820ab92008c952770f91aec543
7
+ data.tar.gz: 8e821809ab0bba7e4bbec5413e81c322a60207948f953a17efc2f63d0ad623584ef48a4a9a00daa962535bb6acaec183c159bf6211989c9e7ec8f1b20be76b52
@@ -1,8 +1,9 @@
1
1
  name: Release
2
2
 
3
3
  on:
4
- create:
5
- ref_type: tag
4
+ push:
5
+ tags:
6
+ - '*'
6
7
 
7
8
  jobs:
8
9
  release:
data/CHANGELOG.md CHANGED
@@ -2,16 +2,29 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ## [v1.1.0](https://github.com/voxpupuli/voxpupuli-release-gem/tree/v1.1.0) (2021-10-15)
6
+
7
+ [Full Changelog](https://github.com/voxpupuli/voxpupuli-release-gem/compare/v1.0.2...v1.1.0)
8
+
9
+ **Implemented enhancements:**
10
+
11
+ - Add `github_release` alias for `travis_release` task [\#28](https://github.com/voxpupuli/voxpupuli-release-gem/pull/28) ([bastelfreak](https://github.com/bastelfreak))
12
+
13
+ **Fixed bugs:**
14
+
15
+ - fix wrong syntax in GitHub actions [\#27](https://github.com/voxpupuli/voxpupuli-release-gem/pull/27) ([bastelfreak](https://github.com/bastelfreak))
16
+
5
17
  ## [v1.0.2](https://github.com/voxpupuli/voxpupuli-release-gem/tree/v1.0.2) (2021-07-30)
6
18
 
7
19
  [Full Changelog](https://github.com/voxpupuli/voxpupuli-release-gem/compare/v1.0.1...v1.0.2)
8
20
 
9
21
  **Fixed bugs:**
10
22
 
11
- - directly load blacksmitch rake tasks [\#25](https://github.com/voxpupuli/voxpupuli-release-gem/pull/25) ([bastelfreak](https://github.com/bastelfreak))
23
+ - directly load blacksmith rake tasks [\#25](https://github.com/voxpupuli/voxpupuli-release-gem/pull/25) ([bastelfreak](https://github.com/bastelfreak))
12
24
 
13
25
  **Merged pull requests:**
14
26
 
27
+ - Update release workflow + docs / Release 1.0.2 [\#26](https://github.com/voxpupuli/voxpupuli-release-gem/pull/26) ([bastelfreak](https://github.com/bastelfreak))
15
28
  - Convert from Travis to Github Actions [\#24](https://github.com/voxpupuli/voxpupuli-release-gem/pull/24) ([ekohl](https://github.com/ekohl))
16
29
 
17
30
  ## [v1.0.1](https://github.com/voxpupuli/voxpupuli-release-gem/tree/v1.0.1) (2019-09-02)
@@ -33,6 +33,11 @@ task "travis_release" do
33
33
  g.push!
34
34
  end
35
35
 
36
+ desc 'Release via GitHub Actions (alias for travis_release)'
37
+ task :release do
38
+ Rake::Task['travis_release'].invoke
39
+ end
40
+
36
41
  desc 'Check Changelog.'
37
42
  task :check_changelog do
38
43
  v = Blacksmith::Modulefile.new.version
@@ -1,5 +1,5 @@
1
1
  module Voxpupuli
2
2
  module Release
3
- VERSION = '1.0.2'
3
+ VERSION = '1.1.0'
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.2
4
+ version: 1.1.0
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-07-30 00:00:00.000000000 Z
11
+ date: 2021-10-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake