Skip to content

Commit

Permalink
update version.go and extend release description (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
lszucs authored and trapacska committed Dec 3, 2019
1 parent aac4377 commit 04eca48
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,14 @@ If the UITest scanner cannot find the desired scheme, follow these steps:

### Create a new release

You must do the release in two steps. You cannot merge `version/version.go`
changes and `bitrise run update-wrapper-versions` changes in one step, because
the install scripts have to refer to valid, existing releases.

1. Merge all changes to master.
1. Increase the version in `version/version.go`.
1. Merge the version change to master.
1. Push version tag to master.
1. Push version tag to master. This will trigger an automated release process.
1. Download from GitHub and test the new release.
1. Run `bitrise run update-wrapper-versions`.
1. Run `bitrise run update-wrapper-versions`. This will update the version numbers in the install scripts.
1. Merge the updated wrapper versions.
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package version

// VERSION ...
const VERSION = "2.4.0"
const VERSION = "2.4.1"

0 comments on commit 04eca48

Please sign in to comment.