-
Notifications
You must be signed in to change notification settings - Fork 201
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
Add possibility to skip footer prefix #73
Closed
rylek90 opened this issue
Apr 3, 2019
· 2 comments
· May be fixed by satoshinakamoto007/bitcore#1119
Closed
Add possibility to skip footer prefix #73
rylek90 opened this issue
Apr 3, 2019
· 2 comments
· May be fixed by satoshinakamoto007/bitcore#1119
Labels
feature
New features of enhancement of existing ones
Comments
rylek90
changed the title
Empty string as footerPrefix should be respected
Add possibility to skip footer prefix
Apr 3, 2019
rylek90
added a commit
to rylek90/cz-customizable
that referenced
this issue
Apr 3, 2019
ISSUES CLOSED: leoforfree#73
it sounds good to me. Thank you! |
rylek90
added a commit
to rylek90/cz-customizable
that referenced
this issue
Apr 4, 2019
ISSUES CLOSED: leoforfree#73
🎉 This issue has been resolved in version 5.8.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently there's no option to skip
{ footerPrefix }
by setting it to empty string.Sometimes commit only references (or partially fixes) specific issues without need to automatically close them as described in https://help.github.com/en/articles/closing-issues-using-keywords
Acceptance criteria:
Configuration should accept
{ footerPrefix: '' }
or{ skipFooterPrefix: true }
and produce commit with following footer:The text was updated successfully, but these errors were encountered: