Skip to content

Commit

Permalink
Make: Automate major releases
Browse files Browse the repository at this point in the history
  • Loading branch information
ashvardanian committed Oct 10, 2023
1 parent bcaf791 commit 9bdbf23
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 9bdbf23

Please sign in to comment.