You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that we're migrating off TC we should figure out a new way to handle versioning of builds. Ideally the same method should also be usable for uno and fuselibs repos.
Things to consider:
Should we take our version from a tag, or use from VERSION.txt as we do today?
Should our snapshots and pre-releases be based on the previous or next version number?
Should a local build of release commit X.Y.Z have version number X.Y.Z or X.Y.Z-somesuffix?
If we get our versions from tags I know of at least two alternatives we could use:
Now that we're migrating off TC we should figure out a new way to handle versioning of builds. Ideally the same method should also be usable for uno and fuselibs repos.
Things to consider:
X.Y.Z
have version numberX.Y.Z
orX.Y.Z-somesuffix
?If we get our versions from tags I know of at least two alternatives we could use:
git describe
The text was updated successfully, but these errors were encountered: