loggo icon indicating copy to clipboard operation
loggo copied to clipboard

Pipelines for versioning correctly

Open aurc opened this issue 3 years ago • 0 comments

The exiting pipeline automatically increments the minor version of a tag upon merge from a feature to the the main branch. This feature requires next level maturity for release planning, incorporating either a release or develop branch so that when merged onto main it increments the major version number.

Additionally, add a version command to loggo that can display the current version. For that, a pipeline must alter the source code to tag the newly generated tag version

aurc avatar Jun 25 '22 13:06 aurc