🐛 Version not automatically updated in program #95
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Describe the bug
The footer shows the version number of FHeD. This should be automatically updated when the package is created and incremented each time (e.g. we should be on v0.1.23 etc)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Version number should be automatically updated when the package is created/updated and incremented each time (e.g. we should be on v0.1.23 etc)
Screenshots

Branch bug/95 created!
Is there a way to automate this?
(Also, the sub button needs to be on the same line but aligned to the right - any ideas?)
Not 100% sure about automation. I think there is but unsure as not a native with docker.
Sub button style= "float: right"?
I'll look into automatic versioning - I didn't want to start counting versions until we get to a "stable" release.
Not anymore :)
https://medium.com/better-programming/how-to-version-your-docker-images-1d5c577ebf54
Also think there is a way to make it more granular using the PR tags too
I.e.
Bug fix adds 0.0.1 to the VN
New feature adds 0.1.0 to the VN
Epic adds 1.0.0 to VN
https://github.com/marketplace/actions/create-new-semantic-version