Skip to content

Commit

Permalink
feat(ci): Try to reconcile versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdain committed Jul 18, 2023
1 parent 7a3391a commit 755cd28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,5 @@ Commit messages needs to follow `semantic-release <https://github.com/semantic-r
- **fix(scope): summary** will trigger a +0.0.1 version
- **feat(scope): summary** will trigger a +0.1.0 version bump
- **ci/chore/docs** will not trigger a release

Then to move to +1.0.0 you need to add a **BREAKING CHANGE: xyz** after the body of the commit message.

0 comments on commit 755cd28

Please sign in to comment.