Skip to content

Commit

Permalink
ci: release notes formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLastCicada committed Sep 23, 2023
1 parent 2cf909e commit b39e615
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tag-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ jobs:
changes=$(npx conventional-changelog-cli -r 1 | tail -n +2)
git add CHANGELOG.md
git commit -m "chore: Updating changelog for $version"
git tag $version -m " $changes"
git tag $version -m "Release $version $changes"
git push origin $version
git push origin main
gh release create $version --verify-tag --title "" --notes "$changes"
gh release create $version --verify-tag --title "" --notes "Release $version $changes"
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
npm publish --access public
fi
Expand Down

0 comments on commit b39e615

Please sign in to comment.