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

Automate tagging a release every month with CI #915

Closed
Lomanic opened this issue Aug 4, 2020 · 1 comment
Closed

Automate tagging a release every month with CI #915

Lomanic opened this issue Aug 4, 2020 · 1 comment
Labels

Comments

@Lomanic
Copy link
Collaborator

Lomanic commented Aug 4, 2020

We could have a CI job triggered every month or manually (just a click away) that would simply tag a release with git tag v2.$YEAR.$MONTH && git push origin v2.$YEAR.$MONTH if anything changed since the last tag.

This is linked to #734 (as in we should use the same CI service for both), but not exactly the same, though it would be better for it to be implemented on the same CI platform.

Not sure if it's feasible on a given CI platform tough, I know and used it with Gitlab, it looks possible with Github Actions.

What would you think of this idea @shirou? Would it be OK for it to be automatic without maintainers' intervention, each end of the month?

@Lomanic
Copy link
Collaborator Author

Lomanic commented May 3, 2022

Closed with #1292

@Lomanic Lomanic closed this as completed May 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant