Closed evoxmusic closed 2 years ago
Argh, the update as commit some files that I didn't want to commit 😂 - I need to revert those changes
@evoxmusic I'm not sure why there is already a 0.8.1 release here https://github.com/Qovery/Replibyte/releases/tag/v0.8.1 as the PR isn't merged ?
Not sure as well what happened. What I did is:
./release.sh 0.7.3 0.8.1
Did I miss something?
No, it's all good. I will retry it on a fake repo
I understood what happened. It's necessary to wait for the PR is merged before validating the last step of the release script. You can see how this final step works here: https://github.com/Qovery/Replibyte/blob/main/release.sh#L70 After you merge the PR, it will create properly the Release by running:
git checkout main
git pull
git tag -a -m"Release v${new}" "v${new}"
git push --tags
If we don't wait before the PR is merged, it will use the current state of main without the version bump.
Signed-off-by: Romaric Philogène rphilogene@qovery.com
cc @fabriceclementz 👍🏽