mirror of
https://github.com/conventional-commits/conventionalcommits.org.git
synced 2026-03-22 12:44:37 -05:00
A playground page to try out the tools #2
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @stevemao on GitHub (Apr 3, 2017).
It would be good to build a client side tool to test/valid commit message. Users can select a preset in a dropdown list. They also need to input commit message(s). The commit messages could be colour highlighted by the parser. And a preview for the changelog that's generated based the commit messages.
@Tapppi commented on GitHub (Apr 9, 2017):
I use
husky&validate-commit-msgfor this, and they work pretty well.@AndersDJohnson commented on GitHub (Jul 1, 2017):
Also
cz-cli, though I'm not sure that's what you mean here.@stevemao commented on GitHub (Jul 1, 2017):
Sorry I just meant to create a playground page with nice UI to try out these cool tools :)
@damianopetrungaro commented on GitHub (May 11, 2018):
@stevemao any news for this?
@stevemao commented on GitHub (May 17, 2018):
@damianopetrungaro Unfortunately I'm not working on conventional-changelog anymore. But if anyone is interested please go ahead! 😄
@damianopetrungaro commented on GitHub (May 18, 2018):
@stevemao let's close this for the moment in inactive since
Jul 1, 2017Feel free to open again if you want to.