Skip to content

Commit

Permalink
Merge pull request #22 from qonto/fix-release
Browse files Browse the repository at this point in the history
Move RELEASE.md file to root directory
  • Loading branch information
vmercierfr authored May 23, 2024
2 parents cd31afb + 668fa3d commit 994fb3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/RELEASE.md → RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ The project is using [Semantic Versioning](https://semver.org):
The following steps must be done by one of the PostgreSQL Partition Manager Maintainers:

- Verify the CI tests pass before continuing.
- Create a tag using the current `HEAD` of the `main` branch by using `git tag v<major>.<minor>.<patch>`
- Push the tag to upstream using `git push upstream v<major>.<minor>.<patch>`
- Create a tag using the current `HEAD` of the `main` branch by using `git tag <major>.<minor>.<patch>`
- Push the tag to upstream using `git push upstream <major>.<minor>.<patch>`
- 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 comments on commit 994fb3a

Please sign in to comment.