Skip to content

Commit

Permalink
chore: fix changelogen script
Browse files Browse the repository at this point in the history
  • Loading branch information
nobkd committed Jul 19, 2023
1 parent 4d79681 commit 2b43d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"releaseName": "v${version}"
},
"hooks": {
"after:bump": "npm run bump-manifest && npm pkg get version | xargs npx changelogen@latest --no-commit --no-tag --output -r"
"after:bump": "npm run bump-manifest && npx changelogen@latest --no-commit --no-tag --output -r $(node -p \"require('./package.json').version\")"
}
}
}

0 comments on commit 2b43d71

Please sign in to comment.