mirror of
https://github.com/conventional-commits/conventionalcommits.org.git
synced 2026-03-22 21:24:02 -05:00
Experiment as a commit type #159
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 @raquelmsmith on GitHub (Nov 11, 2022).
We will often run experiments on language, features, flows, etc, and these don't really fit into the typical definitions. It would be nice to be able to mark something as an experiment (maybe
exp) if that's what the commit/PR is.@damianopetrungaro commented on GitHub (Dec 1, 2022):
Hello @raquelmsmith !
Feel free to add it as your supported type :D
The specification explains that you can, for whatever reason, use a type or a scope that is not documented, but better fits your project!
My 2 cents: Make sure you know how the
exptype should affect releases, should it be treated as a minor or a major release?@damianopetrungaro commented on GitHub (Dec 1, 2022):
Feel free to reopen if you need to :)
Closing it since I don't think it will supported as "standard" type anytime soon!