voxpupuli-release 5.4.0 → 5.4.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: 55384d90f8f7d6baf31bc72ee1c566471ff7de53402e7f9e9a630aeabb8844f0
4
- data.tar.gz: 6ca315a5e87d092612bbef8fd20d7fd88199996059469d76c4b071bde840bc29
3
+ metadata.gz: e829263fc682b4b0f84a57e6a3a41d2a0e3eb3da3b85e0ac2eee963b244b671c
4
+ data.tar.gz: f730a2b5507893853c6b0252f360839121b6ca302601657ec400e27b399e3472
5
5
  SHA512:
6
- metadata.gz: fe09c7284a57a111505195e38c58a88340d419f0036fcb5f2b77ad629fc01c626322d9f2b205831bb01b227762e3f4aac7c119e7afab3f47ac2c2ce5497e67b8
7
- data.tar.gz: c2417ebda3e4f6b0431b1ad08131c86bea7ef3b5721dbe66bf1cb7ea6289276720f6295c8fb4c7b5c214202d20aaeb79c342fbf2e95132672d58ad0ab2461758
6
+ metadata.gz: 26a2358faa125ff2eb58cf02d3a0f18022d2f9ad57ea363fed58839dd65e0697b0177d670055394d8b9a368f434b606f17bb3ea04b4e91574b1343bf3e092122
7
+ data.tar.gz: 85b516a4b592e1b579e932ce50ca683161250fc1a568916cbc2c12ed6eb6c11cf4205c109becf9ebff6908ad3837f14f39080400a2db425afbdae8041912d574
@@ -67,7 +67,7 @@ jobs:
67
67
  uses: actions/download-artifact@v8
68
68
  with:
69
69
  name: gem-artifact
70
- - uses: rubygems/configure-rubygems-credentials@v1.0.0
70
+ - uses: rubygems/configure-rubygems-credentials@v2.0.0
71
71
  - name: Publish gem to rubygems.org
72
72
  shell: bash
73
73
  run: gem push *.gem
data/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ## [v5.4.1](https://github.com/voxpupuli/voxpupuli-release/tree/v5.4.1) (2026-05-08)
6
+
7
+ [Full Changelog](https://github.com/voxpupuli/voxpupuli-release/compare/v5.4.0...v5.4.1)
8
+
9
+ **Fixed bugs:**
10
+
11
+ - Fix missing variables in release task [\#122](https://github.com/voxpupuli/voxpupuli-release/pull/122) ([jpartlow](https://github.com/jpartlow))
12
+
5
13
  ## [v5.4.0](https://github.com/voxpupuli/voxpupuli-release/tree/v5.4.0) (2026-03-27)
6
14
 
7
15
  [Full Changelog](https://github.com/voxpupuli/voxpupuli-release/compare/v5.3.1...v5.4.0)
@@ -50,12 +50,15 @@ task :release do
50
50
 
51
51
  Rake::Task['release:tag_and_push'].invoke
52
52
 
53
+ m = Blacksmith::Modulefile.new
54
+ v = m.version
53
55
  v_inc = m.increase_version(v)
54
56
  v_new = "#{v_inc}-rc0"
55
57
  ENV['BLACKSMITH_FULL_VERSION'] = v_new
56
58
  Rake::Task['module:bump:full'].invoke
57
59
 
58
- # push it out, and let GitHub Actions do the release:
60
+ # Push up the new rc version commit.
61
+ g = Blacksmith::Git.new
59
62
  g.commit_modulefile!(v_new)
60
63
  g.push!
61
64
  end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Voxpupuli
4
4
  module Release
5
- VERSION = '5.4.0'
5
+ VERSION = '5.4.1'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: voxpupuli-release
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.4.0
4
+ version: 5.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vox Pupuli