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
Sometimes you want the commit message to be different in the git history and in the changelog.
We could allow to specify the commit message in the PR body. E.g. release-please allows this. Example PR body:
BEGIN_COMMIT_OVERRIDE feat: add my feature .. END_COMMIT_OVERRIDE
Not sure about the details, we probably need to think about this more, but I saw this feature and thought it was interesting to add 🤔
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Motivations
Sometimes you want the commit message to be different in the git history and in the changelog.
Solution
We could allow to specify the commit message in the PR body. E.g. release-please allows this.
Example PR body:
Additional context
Not sure about the details, we probably need to think about this more, but I saw this feature and thought it was interesting to add 🤔
The text was updated successfully, but these errors were encountered: