Skip to content
New issue

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

feat(git): make commitMessage optional parameter in git commit #911

Merged
merged 1 commit into from
Jun 21, 2022
Merged

feat(git): make commitMessage optional parameter in git commit #911

merged 1 commit into from
Jun 21, 2022

Conversation

blzsaa
Copy link
Contributor

@blzsaa blzsaa commented Jun 16, 2022

Due to git.commitMessage being optional t is now possible to amend previous commit instead of
creating a new one.

Example usage:
release-it minor --git.commitArgs='--amend --no-edit' --git.commitMessage=''

fix #907

Due to git.commitMessage being optional t is now possible to amend previous commit instead of
creating a new one.

Example usage:
release-it minor --git.commitArgs='--amend --no-edit' --git.commitMessage=''

closes #907
@webpro
Copy link
Collaborator

webpro commented Jun 21, 2022

Thanks @blzsaa! I will merge and then minimize the test a little to only verify what we really need for this new feature.

@webpro webpro merged commit f730eb6 into release-it:master Jun 21, 2022
@JeffersonBledsoe
Copy link

Thanks both for solving this!

@webpro
Copy link
Collaborator

webpro commented Jun 21, 2022

This is released in v15.1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Possible to tag the last commit rather than generate a new commit?
3 participants