We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f8e229 commit 3a15500Copy full SHA for 3a15500
.github/workflows/main.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: Test code
40
run: bundle exec rake spec
41
changelog:
42
- name: changelog
+ name: 'Update CHANGELOG.md'
43
runs-on: ubuntu-latest
44
needs: test
45
if: |
@@ -66,7 +66,7 @@ jobs:
66
commit_message: 'chore: update changelog'
67
file_pattern: CHANGELOG.md
68
tag:
69
- name: metadata
+ name: 'Set new version in metadata.json'
70
71
72
@@ -96,7 +96,7 @@ jobs:
96
file_pattern: metadata.json
97
98
release:
99
- name: release
+ name: 'Release to Puppet Forge'
100
101
needs:
102
- tag
0 commit comments