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
It is possible to create multiple release branches on the same day. To do this, the release version must be unique. We can do this by including a build number in the release version. Right now the release version is formatted as YYYY.MM.DD. We want to change this to YYYYMMDD.BUILD_NUMBER.0, and we want to increment the BUILD_NUMBER for every fresh run of this tool.