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

[Automatic Releases] Automatic version tags for the weekly release #335

Open
Tracked by #333
AsherGlick opened this issue Aug 19, 2024 · 0 comments
Open
Tracked by #333

Comments

@AsherGlick
Copy link
Owner

AsherGlick commented Aug 19, 2024

Once we have created a weekly build process in #334 we should update the system that automatically tags releases

The new release tag should be identified by searching for highest commit tag with the format:

/alpha-(?P<major>[0-9]+)\.(?P<minor>[0-9]+)\.(?P<revision>[0-9]+)/

and then setting the release tag to be alpha-{major}.{minor+1}.0


After #333 is completed we will change this logic to be

/release-(?P<major>[0-9]+)\.(?P<minor>[0-9]+)\.(?P<revision>[0-9]+)/

and the tag will be release-{major}.{minor+1}.0
so the words alpha and release should be an easily editable variable if possible.

@AsherGlick AsherGlick mentioned this issue Aug 19, 2024
8 tasks
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

No branches or pull requests

1 participant