Skip to content

Commit

Permalink
Add @uphold/github-changelog-generator
Browse files Browse the repository at this point in the history
  • Loading branch information
diogotorres97 committed Nov 3, 2023
1 parent 1561668 commit 9d99b2d
Show file tree
Hide file tree
Showing 3 changed files with 135 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .release-it.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
module.exports = {
git: {
changelog: 'git log --pretty=format:"* %s (%h)" ${from}...${to} .',
commitMessage: 'Release ${npm.name}@${version}',
changelog:
'echo "## Changelog\\n\\n$(npx @uphold/github-changelog-generator -rtp -cfp -f unreleased | tail -n +4 -f)"',
commitMessage: 'Release ${version}',
requireBranch: 'master',
requireCommits: true,
tagName: '${npm.name}@v${version}'
tagName: 'v${version}'
},
github: {
release: true,
Expand Down
131 changes: 130 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"@opentelemetry/core": "^1.17.1",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"@uphold/github-changelog-generator": "^3.4.0",
"@vitest/coverage-v8": "^0.34.6",
"eslint": "~8.52.0",
"eslint-config-uphold": "^5.0.1",
Expand Down

0 comments on commit 9d99b2d

Please sign in to comment.