We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1- if the package support shell, we can do something like that
[ '@semantic-release/git', { message: "build: release $(jq -r '.name' package.json)-${nextRelease.version} [skip ci]", }, ]
2- we can provide ${ package } placeholder, so we can do something like "build: release${ package.name }-..."
${ package }
3- apart from supporting shell, we need to change the default message:
The text was updated successfully, but these errors were encountered:
alternatively, if release config is js or ts, use javascript direct to read package.json props
Sorry, something went wrong.
No branches or pull requests
1- if the package support shell, we can do something like that
2- we can provide
${ package }
placeholder, so we can do something like "build: release${ package.name }-..."3- apart from supporting shell, we need to change the default message:
The text was updated successfully, but these errors were encountered: