Skip to content

Commit

Permalink
remove ---
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben0189 authored Dec 5, 2024
1 parent 9d5cc7c commit e8abd00
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions rules/follow-semver-when-publishing-npm-packages/rule.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ To better understand what the `^`, `~`, and other symbols mean in npm versioning
### Forgetting to Communicate Breaking Changes
For major updates, clearly communicate the breaking changes in your release notes or changelog. This helps users prepare for or adapt to the changes.

---

## Tools to Help You Follow SemVer

Here are a few tools and resources that can help you manage SemVer compliance when publishing npm packages:
Expand All @@ -60,7 +58,6 @@ Here are a few tools and resources that can help you manage SemVer compliance wh
- **[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.

---

## Important SemVer Rules to Follow

Expand Down

0 comments on commit e8abd00

Please sign in to comment.