From 407549eeed9e58ad0998a051c50b19cfe74b14ea Mon Sep 17 00:00:00 2001 From: Vincent Mercier Date: Thu, 23 May 2024 07:24:18 +0200 Subject: [PATCH 1/2] doc(release): move file to root directory --- scripts/RELEASE.md => RELEASE.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename scripts/RELEASE.md => RELEASE.md (100%) diff --git a/scripts/RELEASE.md b/RELEASE.md similarity index 100% rename from scripts/RELEASE.md rename to RELEASE.md From 668fa3d0e7376ba1915b846cb0e5065ca74a0413 Mon Sep 17 00:00:00 2001 From: Vincent Mercier Date: Thu, 23 May 2024 07:26:23 +0200 Subject: [PATCH 2/2] doc(release): fix typo in release --- RELEASE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index e4e4960..97e9425 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -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..` -- Push the tag to upstream using `git push upstream v..` +- Create a tag using the current `HEAD` of the `main` branch by using `git tag ..` +- Push the tag to upstream using `git push upstream ..` - 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