Skip to content

Commit 8f03b30

Browse files
committed
update version.go and extend release description
1 parent aac4377 commit 8f03b30

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,10 +163,14 @@ If the UITest scanner cannot find the desired scheme, follow these steps:
163163

164164
### Create a new release
165165

166+
You must do the release in two steps. You cannot merge `version/version.go`
167+
changes and `bitrise run update-wrapper-versions` changes in one step, because
168+
the install scripts have to refer to valid, existing releases.
169+
166170
1. Merge all changes to master.
167171
1. Increase the version in `version/version.go`.
168172
1. Merge the version change to master.
169-
1. Push version tag to master.
173+
1. Push version tag to master. This will trigger an automated release process.
170174
1. Download from GitHub and test the new release.
171-
1. Run `bitrise run update-wrapper-versions`.
175+
1. Run `bitrise run update-wrapper-versions`. This will update the version numbers in the install scripts.
172176
1. Merge the updated wrapper versions.

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package version
22

33
// VERSION ...
4-
const VERSION = "2.4.0"
4+
const VERSION = "2.4.1"

0 commit comments

Comments
 (0)