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

Add support for multiline commit messages #1011

Closed
dnaploszek opened this issue Jul 12, 2022 · 0 comments · Fixed by #1250 or #1273
Closed

Add support for multiline commit messages #1011

dnaploszek opened this issue Jul 12, 2022 · 0 comments · Fixed by #1250 or #1273
Assignees

Comments

@dnaploszek
Copy link

Is your feature request related to a problem? Please describe.
In our project we want to fully automate the release process for design tokens. In order to do that consistently we wanted to use the Conventional commits standard to flag Breaking changes and patch/minor/major Semanting Versioning changes.
To flag Breaking Changes we need the multiline commits (so the breaking change is described in the footer of the commit).
Right now:

  • hitting enter immediately does the commit in the plugin.
  • copying and pasting the multiline commit message transforms the endline into spaces.

Describe the solution you'd like
Instead of a text input for the commit message it would be cool if it could be Text area that allows multiline input.

Describe alternatives you've considered
Allow copying and pasting with newlines as a quick solution perhaps?

@swordEdge swordEdge self-assigned this Sep 5, 2022
@swordEdge swordEdge linked a pull request Sep 5, 2022 that will close this issue
This was referenced Sep 8, 2022
@six7 six7 closed this as completed in b4ffe11 Sep 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants