Skip to content

Commit a56305d

Browse files
committed
switch to dev tools container and update changelog generator
1 parent b5f80d6 commit a56305d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/auto_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ jobs:
3434
persist-credentials: false
3535

3636
- name: "PDK Release prep"
37-
uses: docker://puppet/pdk:2.6.1.0
37+
uses: docker://puppet/puppet-dev-tools:4.x
3838
with:
39-
args: 'release prep --force'
39+
args: 'pdk release prep --force --debug'
4040
env:
4141
CHANGELOG_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4242

.sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Gemfile:
77
optional:
88
':development':
99
- gem: 'github_changelog_generator'
10-
version: '1.15.2' # Locked due to 1.16 no longer working for ruby lower than 3
10+
version: '1.16.4' # Pinned to latest bug fix version
1111
- gem: 'octokit'
1212
version: '4.21.0' # Locked due to https://github.com/octokit/octokit.rb/issues/1391
1313
Rakefile:

0 commit comments

Comments
 (0)