GitOps dedicated "Conventional Commits" types #187
Unanswered
mdufourneaud
asked this question in
Ideas
Replies: 3 comments
|
A well written commit message respecting the convetional commits standard will include these verbs in it's message, imho |
0 replies
|
I like the idea as a concept, but at the same time I have been using conventional commits for a while with GitOps without thinking too much about it. However, for the sake of discussion, this makes a lot of sense for both infrastructure- and configuration-as-code. I see that you have added an issue to the CC-repository, but I would personally change the scope of the request to IaC rather than just GitOps. |
0 replies
|
What would be the purpose of defining these commit types? And what is the scope - direct changes, or direct+dependencies? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I am wondering if there is a mapping between the "standard" conventional 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 resourcesAll reactions