Mercurial > public > develkit
diff scripts/release.groovy @ 215:5bebb590b30e
DEP-11: determine project version based on branch
author | smith@nwoca.org |
---|---|
date | Tue, 28 Jun 2016 23:01:21 +0100 |
parents | f200b931ea9d |
children | b628d49d2891 |
line wrap: on
line diff
--- a/scripts/release.groovy Mon Jun 27 19:50:00 2016 +0100 +++ b/scripts/release.groovy Tue Jun 28 23:01:21 2016 +0100 @@ -3,7 +3,7 @@ /** This script implements the SSDT branching strategy based on hg flow. -The intension is to reduce dudgery of creating release branches. The +The intention is to reduce drudgery of creating release branches. The script tries to do the right thing based on standard SSDT project structures, but it is the user's responsibility to ensure it's correct. @@ -32,7 +32,7 @@ Recommend that this script be executed in a fresh clone of the repo. ** Any uncommitted changes in the working directory will be committed with - the initial setting of the version. This are assumed to be + the initial setting of the version. These are assumed to be 'latest.integration' changes. """