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

[FEAT] Improve VERSION file management #92

Open
nieomylnieja opened this issue Mar 29, 2024 · 0 comments
Open

[FEAT] Improve VERSION file management #92

nieomylnieja opened this issue Mar 29, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@nieomylnieja
Copy link
Contributor

Is your feature request related to a problem? Please describe.

Currently sloctl maintainers have to manually increment VERSION file before each release.
It's a step that's easy to miss/forget.

Describe the solution you'd like

I see two solutions:

  • Automate the VERSION file incrementing (harder).
    • Automating this during each push, security wise, would be rather unwanted changed. We'd have to commit directly to main.
    • Maybe the best/only viable solution is to commit to PR branches on each PR?
  • Drop and error if VERSION file is not incremented during release (easier).
@nieomylnieja nieomylnieja added the enhancement New feature or request label Mar 29, 2024
@nieomylnieja nieomylnieja changed the title [FEAT] Improve [FEAT] Improve VERSION file management Mar 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant