Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make the release process create annotated tags #3686

Merged
merged 1 commit into from
Dec 16, 2024

Conversation

sandhose
Copy link
Member

When I implemented version reporting using git describe (#3671), I was confused why the release tags were 'lightweight' tags, not annotated ones.

Looks like we were correctly creating the tag object, but then pushing the commit object as refs/tags/vX.Y.Z, instead of the tag object.

This fixes that, so after the next release we'll be able to make the git describe only look for annotated tags here

Copy link

Deploying matrix-authentication-service-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 90e93a8
Status: ✅  Deploy successful!
Preview URL: https://203ccd42.matrix-authentication-service-docs.pages.dev
Branch Preview URL: https://quenting-release-annotated-t.matrix-authentication-service-docs.pages.dev

View logs

@sandhose sandhose requested a review from reivilibre December 16, 2024 15:24
@sandhose sandhose merged commit 7d6e455 into main Dec 16, 2024
19 checks passed
@sandhose sandhose deleted the quenting/release-annotated-tag branch December 16, 2024 16:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants