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

ref: Use full git SHA for release name #330

Merged
merged 1 commit into from
Jun 23, 2023
Merged

ref: Use full git SHA for release name #330

merged 1 commit into from
Jun 23, 2023

Conversation

lforst
Copy link
Member

@lforst lforst commented Jun 23, 2023

Resolves #328

I think #328 makes a fair point. I originally used the short git sha because I thought it was gonna be prettier on the interface but using the long sha actually has technical upsides:

  • Better alignment with Sentry CLI
  • Less likely collisions

@lforst lforst requested review from Lms24 and mydea June 23, 2023 11:15
@lforst lforst merged commit 47bd10e into main Jun 23, 2023
16 checks passed
@lforst lforst deleted the lforst-full-git-sha branch June 23, 2023 11:27
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.

Release name: determineReleaseName uses short SHA, sentry-cli uses full SHA
2 participants