Skip to content

Commit

Permalink
fix(#7): add build and ops commit types
Browse files Browse the repository at this point in the history
- build: Commits, that affect build components like build tool, ci pipeline,
  dependencies, project version, ...
- ops: Commits, that affect operational components like infrastructure,
  deployment, backup, recovery, ...
  • Loading branch information
abdes committed Aug 11, 2022
1 parent 71fd5d5 commit 0d9187e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .versionrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@
{
"type": "test",
"hidden": true
},
{
"type": "build",
"hidden": true
},
{
"type": "ops",
"hidden": true
}
],
"bumpFiles": [
Expand Down

0 comments on commit 0d9187e

Please sign in to comment.