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

Add fast release strategy #433

Open
Pog3k opened this issue Dec 19, 2023 · 1 comment
Open

Add fast release strategy #433

Pog3k opened this issue Dec 19, 2023 · 1 comment
Assignees
Labels
ci Related to continuous integration and deployment size M Complexity of the ticket

Comments

@Pog3k
Copy link
Contributor

Pog3k commented Dec 19, 2023

in order to have faster releases available
we want to implement the new release strategy as discussed:

How to fast release, discussion:

  • Decided new release model. Every 2 Weeks a new alpha Release with increasing last digit. Example 0.27.0-alpha.1.
  • Hot fixes shall be done on a seperate branch which shall then be tagged with the new hotfix release. Example 0.26.1
  • Hot fix branches will be then merged back to master and are then automatically in the new alpha releases.
@Pog3k
Copy link
Contributor Author

Pog3k commented Jan 24, 2024

Discussed to use github actions.
Cron jobs can be created there
Github actions documentation can be found here
github workflows
Maybe it can be combined with an already existing GH action
GH auto-release

@Pog3k Pog3k self-assigned this Jan 24, 2024
@Pog3k Pog3k added this to the Release 0.27.0 milestone Jan 24, 2024
@Pog3k Pog3k added ci Related to continuous integration and deployment size M Complexity of the ticket labels Jan 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Related to continuous integration and deployment size M Complexity of the ticket
Projects
Status: To do
Development

No branches or pull requests

2 participants