sloctl icon indicating copy to clipboard operation
sloctl copied to clipboard

[FEAT] Improve VERSION file management

Open nieomylnieja opened this issue 10 months ago • 0 comments

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 avatar Mar 29 '24 12:03 nieomylnieja