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

Bonus: GH Actions - release automation #21

Open
marcanpilami opened this issue Aug 20, 2021 · 2 comments
Open

Bonus: GH Actions - release automation #21

marcanpilami opened this issue Aug 20, 2021 · 2 comments
Labels
domain:build Docker, CI, packaging scripts, release cycle... nature:enhancement

Comments

@marcanpilami
Copy link
Owner

After #20 all Docker user needs are served but not classic deployment users - they need to download a package on the release page.
So extend the pipeline to create a release (named after the tag) and include a tar.gz of the "ready to run with sqlite" directory from the docker image without any modifications.

Release must stay draft.

@marcanpilami marcanpilami added nature:enhancement domain:build Docker, CI, packaging scripts, release cycle... labels Aug 20, 2021
@abessette
Copy link
Collaborator

abessette commented Sep 1, 2021

extend the pipeline to create a release

On which event, action... should the "create release" triggered ?

Regarding the fact that we listen to the release event on the previous issue #20, we might want to stop listening on release event and create it on every tag on the master branch or specific tag pattern.
"Or" update the release with the tar.gz file...

@marcanpilami
Copy link
Owner Author

Remaining: issue with release update inside GH.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain:build Docker, CI, packaging scripts, release cycle... nature:enhancement
Projects
None yet
Development

No branches or pull requests

2 participants