Skip to content

Commit

Permalink
feat: Drop support for 1.x.x versions
Browse files Browse the repository at this point in the history
BREAKING CHANGE: This release no longer supports 1.x.x versions. Users should upgrade to 2.x.x for continued support and new features.
  • Loading branch information
BO-LIKE-CHICKEN committed Jul 15, 2024
1 parent 5f2014f commit 1be1421
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@
{ "type": "chore", "release": "patch" },
{ "type": "docs", "release": "patch" },
{ "type": "feat", "release": "minor" },
{ "type": "fix", "release": "patch" }
]
{ "type": "fix", "release": "patch" },
{ "type": "breaking", "release": "major" }
],
"parserOpts": {
"noteKeywords": ["BREAKING CHANGE"]
}
}
],
"@semantic-release/release-notes-generator",
Expand Down

0 comments on commit 1be1421

Please sign in to comment.