Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Combine the release steps to ensure that releases are tagged
Currently the release process is timing out. This is due to the 5 minute timeout included in the trunk commit command. The current steps appear to be attempting to set the `Stable Tag` to the current stable (not the current release) but is setting it to the upcoming release anyway. The process can be simplified by combining the Stable Tag / Trunk Commit / SVN copy into a single commit. This will avoid situations where the trunk commit passes but the tag is not created. Raising the timeout to 10 minutes (which is the default in SVN) should hopefully resolve the underlying timeout.
- Loading branch information