Skip to content

Commit

Permalink
Update release commit message
Browse files Browse the repository at this point in the history
Should be the same commit messages as used before
  • Loading branch information
PKief committed Feb 2, 2022
1 parent 7f2520d commit 3167316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
git config --global user.name 'Philipp Kief'
git config --global user.email 'PKief@users.noreply.github.com'
git config --global push.followTags true
npm version ${{ env.VERSION_CHANGE }}
npm version ${{ env.VERSION_CHANGE }} -m "Release %s"
- name: Get meta data 🔍
run: |
NODE_VERSION=$(node -p -e "require('./package.json').version")
Expand Down

0 comments on commit 3167316

Please sign in to comment.