Vico1993 / Otto

Otto project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Manage version file

Vico1993 opened this issue · comments

Will be nice if we have a version.txt where we can find : vx.x.x

When we would create a PR, we will have a Github action that increase this version base on label / or action from comments

And it will manage the update of the file.

Once the PR is merged
It will create a DRAFT release with the correct tag.

This could move into my template for all my project in go

Will use the github action github-tag-action for now 🤔