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

Fix publish recipe #481

Merged
merged 1 commit into from
Oct 3, 2020
Merged

Fix publish recipe #481

merged 1 commit into from
Oct 3, 2020

Conversation

casey
Copy link
Owner

@casey casey commented Oct 3, 2020

Previously, the release branch would be merged after pushing a tag to
github. This would cause the merge to fail, because github would kick off a
CI run after pushing the tag, and block the merge because it wasn't
finished.

This changes the publish recipe to merge before pushing the tag, which
aboves the above problem.

type: development

Previously, the release branch would be merged after pushing a tag to
github. This would cause the merge to fail, because github would kick
off a CI run after pushing the tag, and block the merge because it
wasn't finished.

This changes the publish recipe to merge before pushing the tag, which
aboves the above problem.

type: development
@casey casey merged commit 1e4d224 into master Oct 3, 2020
@casey casey deleted the fix-publish-recipe branch October 3, 2020 03:45
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