Skip to content

Commit

Permalink
fix: give version correctly to changelogen
Browse files Browse the repository at this point in the history
  • Loading branch information
nobkd committed Jul 19, 2023
1 parent 07db7b5 commit be15d98
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 | npx changelogen@latest --no-commit --no-tag --output -r"
"after:bump": "npm run bump-manifest && npm pkg get version | xargs npx changelogen@latest --no-commit --no-tag --output -r"
}
}
}

0 comments on commit be15d98

Please sign in to comment.