Skip to content

Commit 4b6633f

Browse files
authored
docs: fix instructions on bumping version
1 parent 82f59ab commit 4b6633f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MAINTENANCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ It currently happens whenever necessary, there's no agreed cadence. Whenever we
1111
VERSION=${COMMIT_TITLE#"chore: prepare for releasing version "}
1212
git tag -a "v$VERSION" -m "chore: release version $VERSION" && git push origin "v$VERSION"
1313
```
14-
1. On `main` branch, change version to prepare for the next development cycle, e.g. if it was `1.2.3-SNAPSHOT` before and we released it as `1.2.3`, change the version to `1.2.3-SNAPSHOT`.
14+
1. On `main` branch, change version to prepare for the next development cycle, e.g. if it was `1.2.3-SNAPSHOT` before and we released it as `1.2.3`, change the version to `1.2.4-SNAPSHOT` (a minimal increase, in the patch version number).
1515
1. Ensure that the release job has succeeded.

0 commit comments

Comments
 (0)