We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 587145f commit 4cc235eCopy full SHA for 4cc235e
1 file changed
.github/workflows/release-draft.yml
@@ -72,6 +72,10 @@ jobs:
72
title: 'chore: release ${{ steps.bump-version.outputs.new_version }}'
73
body: |
74
## Release ${{ steps.bump-version.outputs.new_version }}
75
+
76
+ These files should have changed during the release, if they didn't then this is likely an issue and should be investigated:
77
+ - package.json
78
+ - CHANGELOG.md
79
80
${{ steps.changelog.outputs.release-notes }}
81
commit-message: 'chore: bump version to ${{ steps.bump-version.outputs.new_version }}'
0 commit comments