Skip to content

Commit

Permalink
Add changeset tool
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben0189 authored Dec 5, 2024
1 parent e8abd00 commit 83f4d8c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rules/follow-semver-when-publishing-npm-packages/rule.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ Here are a few tools and resources that can help you manage SemVer compliance wh
- **[semver](https://www.npmjs.com/package/semver)**
A library that helps parse and compare version numbers. It’s useful for checking if a version change follows the SemVer rules.

- **[changesets](https://www.npmjs.com/package/changeset)**
A tool designed to manage versioning, changelogs, and release workflows in a more structured way. It helps you track changes in your codebase with "changeset" files that describe the changes made and their version impact, ensuring consistent versioning and changelog generation.

- **[Semantic Versioning Specification](https://github.com/semver/semver/blob/master/semver.md)**
The official guide for Semantic Versioning. It outlines the full specification and provides more detailed rules that you should follow when working with SemVer.

Expand Down

0 comments on commit 83f4d8c

Please sign in to comment.