|
We should try to get releases as smooth as possible.
For this, I'm cleaning up the build scripts, removing hardcoded version numbers and suffixes. The idea is that the release will just be a tag and then, at build time, our build process takes the results of
`git describe --long`
which will return
[LAST_TAG_OF_THIS_BRANCH]-[NUMBER_OF_COMMITS_SINCE_THAT_TAG]- g [CURRENT_COMMITISH]
Moreover, we should extend SystemVersion to manage also patch versions.
|
|
|
Priority: 2 – Really Important
|
|
Status: Work Needed
|
|
Assigned to: Everyone
|
|
Milestone: Later
|
Go to Case
|
|