🐛 Version not automatically updated in program #95

Closed
opened 2020-08-14 20:23:02 +00:00 by MrLyallCSIT · 6 comments
MrLyallCSIT commented 2020-08-14 20:23:02 +00:00 (Migrated from github.com)

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:

  1. Go to homepage
  2. See error

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
image

**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: 1. Go to homepage 2. See error **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** ![image](https://user-images.githubusercontent.com/9097891/90289664-44333280-de74-11ea-86e1-1777d790eaf0.png)
github-actions[bot] commented 2020-08-14 20:23:20 +00:00 (Migrated from github.com)

Branch bug/95 created!

Branch [bug/95](https://github.com/luketainton/FHeD/tree/bug/95) created!
luketainton commented 2020-08-14 20:24:52 +00:00 (Migrated from github.com)

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?)

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?)
MrLyallCSIT commented 2020-08-14 21:42:24 +00:00 (Migrated from github.com)

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"?

> 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"?
luketainton commented 2020-08-14 21:43:20 +00:00 (Migrated from github.com)

I'll look into automatic versioning - I didn't want to start counting versions until we get to a "stable" release.

Not anymore :)

I'll look into automatic versioning - I didn't want to start counting versions until we get to a "stable" release. Not anymore :)
MrLyallCSIT commented 2020-08-14 21:43:31 +00:00 (Migrated from github.com)

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

> 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
MrLyallCSIT commented 2020-08-16 21:08:07 +00:00 (Migrated from github.com)
https://github.com/marketplace/actions/create-new-semantic-version
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: archives/FHeD#95