Skip to content

Commit 97dace4

Browse files
authored
docs: adjust version in maintenance (#1484)
0.20.0 looks weird given that the library is already stable.
1 parent 1708728 commit 97dace4

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 monthly, around the beginning of each month. We don't need
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 `0.20.1-SNAPSHOT` before and we released it as `0.21.0`, change the version to `0.21.1-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.3-SNAPSHOT`.
1515
1. Ensure that the release job has succeeded.

0 commit comments

Comments
 (0)