File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4343 - name : Update package.json version
4444 run : npm version "${{ steps.bump-version.outputs.new_version }}" --no-git-tag-version
4545
46- - name : Update CHANGELOG.md
47- uses : thomaseizinger/keep-a-changelog-new-release@f62c3c390716df5af712ba5d94f4f4a8efc1306d
48- with :
49- tag : ${{ steps.bump-version.outputs.new_version }}
50-
5146 - name : Generate changelog from git history
5247 id : changelog
5348 uses : ROKT/rokt-workflows/actions/generate-changelog@main
7267 title : ' chore: release ${{ steps.bump-version.outputs.new_version }}'
7368 body : |
7469 ## Release ${{ steps.bump-version.outputs.new_version }}
75-
70+
7671 These files should have changed during the release, if they didn't then this is likely an issue and should be investigated:
7772 - package.json
7873 - CHANGELOG.md
You can’t perform that action at this time.
0 commit comments