Skip to content

Commit 668fa3d

Browse files
committed
doc(release): fix typo in release
1 parent 407549e commit 668fa3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RELEASE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ The project is using [Semantic Versioning](https://semver.org):
2222
The following steps must be done by one of the PostgreSQL Partition Manager Maintainers:
2323

2424
- Verify the CI tests pass before continuing.
25-
- Create a tag using the current `HEAD` of the `main` branch by using `git tag v<major>.<minor>.<patch>`
26-
- Push the tag to upstream using `git push upstream v<major>.<minor>.<patch>`
25+
- Create a tag using the current `HEAD` of the `main` branch by using `git tag <major>.<minor>.<patch>`
26+
- Push the tag to upstream using `git push upstream <major>.<minor>.<patch>`
2727
- This tag will kick-off the [GitHub Release Workflow](https://github.com/qonto/postgresql-partition-manager/blob/main/.github/workflows/release.yaml), which will auto-generate GitHub release with multi-architecture binaries and Debian package, publish new release of amd64/arm64 docker images and Helm chart into the container registry

0 commit comments

Comments
 (0)