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

Push release commit and tag before creating release #707

Merged
merged 1 commit into from
Jan 7, 2025

Conversation

bdaily-stripe
Copy link
Contributor

Summary & motivation

When we create a release in the publish script, we currently call hub release create prior to pushing the commit/tag created by yarn release. This causes GitHub releases to not have the bumped package.json version, which can be confusing.

This commit moves the GitHub release creation after the git push, which should fix things.

Testing & documentation

Tough one to test, we'll see if it works with next week's release.

@bdaily-stripe bdaily-stripe merged commit 31aef35 into master Jan 7, 2025
2 checks passed
@bdaily-stripe bdaily-stripe deleted the bdaily-push-tags-before-release branch January 7, 2025 20:15
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