-
Notifications
You must be signed in to change notification settings - Fork 11
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 BREAKING CHANGES flag/footer and body message option #29
base: master
Are you sure you want to change the base?
Add BREAKING CHANGES flag/footer and body message option #29
Conversation
Add menu items for setting a body or `BREAKING CHANGES` flag or message. Change the generation of the commit message to reflect the new options.
For anyone who wants to try out the changes directly without building them themselves, I have built the extension once and uploaded it as a pre-release version: https://github.com/PxaMMaxP/vscode-git-semantic-commit/releases/tag/v2.1.0 |
…the original state
…the original state
…the original state
…the original state
I looked at everything again today and got ESLint configured roughly as originally set. Now all the changes are in line with the project (but probably not pretty yet). I'll take another look at the whole thing when I get a chance. I am already using the modified version of the extension and have not found any errors so far. |
…and VSCode. All style settings have been adopted as far as possible.
Fixes #28.
The new functions work, but neither the linter runs correctly, nor can I run the tests locally.
I'll take another look at this myself in the next few days.
Many thanks for any comments!