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

decouple beta releases from official releases #5

Merged
merged 1 commit into from
Apr 4, 2022

Conversation

monperrus
Copy link
Contributor

No description provided.

@slarse
Copy link
Contributor

slarse commented Apr 1, 2022

I would suggest running the "normal" release script only when publishing a release on GitHub. It can be done like so with GitHub Actions:

on:
  release:
    types: published

See https://github.com/repobee/repobee/blob/95ce2ad734e4cd1135cb670cf42d48507481a76d/.github/workflows/deploy.yml for a complete example.

Note that this is of course only doable in the repository where the release is published. I don't know quite how to achieve that with the release pipeline being confined in this separate repository. Which I still find pretty inconvenient :)

@monperrus monperrus merged commit 75a40ef into master Apr 4, 2022
@monperrus monperrus deleted the monperrus-patch-1 branch April 4, 2022 09:06
@monperrus
Copy link
Contributor Author

excellent idea!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants