Skip to content

Commit

Permalink
Merge pull request #183 from unum-cloud/main-dev
Browse files Browse the repository at this point in the history
Update verbs for major releases
  • Loading branch information
ashvardanian authored Aug 5, 2023
2 parents 33c5328 + f9d7019 commit 4f70d13
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
{
"preset": "eslint",
"releaseRules": [
{
"tag": "Break",
"release": "major"
},
{
"tag": "Add",
"release": "minor"
Expand All @@ -35,6 +39,10 @@
{
"preset": "eslint",
"releaseRules": [
{
"tag": "Break",
"release": "major"
},
{
"tag": "Add",
"release": "minor"
Expand Down

0 comments on commit 4f70d13

Please sign in to comment.