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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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

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.

1 participant