mirror of
https://github.com/conventional-commits/conventionalcommits.org.git
synced 2026-03-22 12:44:37 -05:00
Do we need special types for GitOps commits ? #206
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 @mdufourneaud on GitHub (May 27, 2024).
In the GitOps context, the commits are also used to declare the state resources, and I am wondering if there is a mapping between the "standard" commit types and the GitOps operations, or if we need to add new types dedicated to GitOps.
In the 2nd case, here are the GitOps types I propose:
create:a commit of the typecreatecreate new resourcesupdate:a commit of the typeupdateupdate existing resourcesupgrade:a commit of the typeupgrade, a special update, upgrade existing resourcesdelete:a commit of the typedeletedelete existing resources