Skip to content

Commit 9df1a01

Browse files
authored
Merge pull request #280 from ursfassler/semver
use semantic versioning
2 parents 95e6b70 + a362fc0 commit 9df1a01

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

CONTRIBUTING.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,9 @@ Here is an [Example](https://github.com./cucumber/bool/pull/12) of this process i
6464
### Do a release
6565

6666
- Release commit (e.g. [fdf8a5c](https://github.com./cucumber/cucumber-cpp/commit/fdf8a5c4ef4c51dfa7ea82077f706414a4c6322d)):
67-
- Change `CHANGELOG.md` renaming the "In Git" section with the
68-
release number and date
69-
- Commit with message `Update changelog for the X.Y release`
70-
- Create an annotated tag for this commit named `vX.Y`
67+
- Change `CHANGELOG.md` renaming the "In Git" section with the release number and date
68+
- Commit with message `Update changelog for the X.Y.Z release`
69+
- Create an annotated tag for this commit named `vX.Y.Z`
7170
- New development branch commit (e.g. [da60995](https://github.com./cucumber/cucumber-cpp/commit/da609956fcd42046e5182c6226acd7e53dd7754e)):
7271
- Add new "In Git" section to `CHANGELOG.md`
7372
- Commit with message `Preparing history file for next development release`

0 commit comments

Comments
 (0)