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 #368

Merged
merged 2 commits into from
Apr 11, 2020
Merged

Fix publish recipe #368

merged 2 commits into from
Apr 11, 2020

Conversation

casey
Copy link
Owner

@casey casey commented Apr 11, 2020

The current publish recipe has a race condition, where pushing a release
tag will trigger a new GitHub Actions, build, causing the push to master to
fail, because the status checks are still in progress.

Finish with just merge instead of just done, which will wait on the
status checks to finish again.

type: development

- Bump version: 0.1.4 -> 0.1.5
- Update changelog
- Update man page
- Update book

type: release
pr: #366
The current publish recipe has a race condition, where pushing a release
tag will trigger a new GitHub Actions, build, causing the push to master
to fail, because the status checks are still in progress.

Finish with `just merge` instead of `just done`, which will wait on the
status checks to finish again.

type: development
pr: #368
@casey casey merged commit ddf097c into master Apr 11, 2020
@casey casey deleted the fix-publish-recipe branch April 11, 2020 11:54
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