Skip to content

Commit

Permalink
chore(release): Updated release commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rajdip-b committed May 12, 2024
1 parent e270eb8 commit b8958e7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,9 @@ jobs:
- name: release
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }}
GITHUB_CLIENT_ID: dummy
GITHUB_CLIENT_SECRET: dummy
GITHUB_CALLBACK_URL: dummy
REDIS_URL: redis://localhost:6379
JWT_SECRET: secret
run: pnpx semantic-release
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
]
},
"presetConfig": {
"releaseCommitMessageFormat": "chore(release): {{currentTag}} [skip ci] --no-verify\n\n{{currentTag}}\n\n{{notes}}",
"releaseCommitMessageFormat": "chore(release): {{currentTag}} [skip ci]\n\n{{currentTag}}\n\n{{notes}}",
"types": [
{
"type": "feat",
Expand Down

0 comments on commit b8958e7

Please sign in to comment.