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

Implement CI for releases #23

Open
leograba opened this issue Aug 30, 2024 · 1 comment · Fixed by #25
Open

Implement CI for releases #23

leograba opened this issue Aug 30, 2024 · 1 comment · Fixed by #25
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@leograba
Copy link
Owner

As of today, I am doing releases locally in a clumsy way:

  • Update the release tag on Docker Compose and VS Code config files
  • Add release commit and tag
  • Rebuild and push the containers locally with the new tag

But the release process should be automated to avoid me missing steps or making mistakes.

@leograba leograba added enhancement New feature or request good first issue Good for newcomers labels Aug 30, 2024
@leograba leograba self-assigned this Oct 3, 2024
@leograba leograba linked a pull request Oct 3, 2024 that will close this issue
@leograba
Copy link
Owner Author

leograba commented Oct 3, 2024

A big chunk of this ticket's goal has been implemented as part of #25

It automates the process of updating the release version, commit and tag, and then open a PR.

The next steps will be to improve the test pipeline, and implement steps to build (or re-tag rc) the final containers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant