conventional-commits / conventionalcommits.org

The conventional commits specification

Home Page:https://conventionalcommits.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Do we need special types for GitOps commits ?

mdufourneaud opened this issue · comments

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 type create create new resources
  • update: a commit of the type update update existing resources
    • upgrade: a commit of the type upgrade, a special update, upgrade existing resources
  • delete: a commit of the type delete delete existing resources