Skip to content

Commit

Permalink
add -next to distinguish development versions
Browse files Browse the repository at this point in the history
  • Loading branch information
austin987 committed Mar 27, 2017
1 parent 05c2278 commit 76bb482
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ echo "${version}" > files/LATEST
git commit files/LATEST src/winetricks src/winetricks.1 -m "version bump - ${version}"
git tag -s -m "winetricks-${version}" "${version}"

# update development version in winetricks
sed -i -e "s%WINETRICKS_VERSION=.*%WINETRICKS_VERSION=${version}-next%" src/winetricks
git commit src/winetricks -m "development version bump - ${version}-next"

git push
git push --tags

Expand Down

0 comments on commit 76bb482

Please sign in to comment.