You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New github action which will be triggered on pull request [open, reopen, synchronize, label, unlabel]. This action takes VERSION file from master and updates the version according to label of PR (#major, #minor, or none which means #path) and commits this file to the PR branch.
The action that is currently responsible for tagging have to be changed to just take the version from VERSION file instead of calculating it from previous tag.
What is the desired change?
The tag in github and dockerhub should be synchronised with versions in cli/setup.py and backend/steup.py.
How will this change improve kaos?
Clear versioning schema.
Any thoughts on the implementation approach?
One possible approach is to extend the github action to not only tag the git repository but also bump the version for steup.py files.
The text was updated successfully, but these errors were encountered: