File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1- ##Changelog
1+ ## Changelog
22The new release of git-phlow adds support for windows in _ beta_ . Overall improvements have been made to increase stability and remove
33various bugs and odd behaviours.
44
@@ -16,3 +16,4 @@ various bugs and odd behaviours.
1616- Colors are buggy when terminal width is changed #131 @groenborg
1717- username and password are no longer printed #158 @groenborg
1818- version was stuck at 1.0.0 #167 @groenborg
19+ - Windows release is now zip and not tar.gz #169 @groenborg
Original file line number Diff line number Diff line change @@ -27,4 +27,4 @@ export GOARCH=amd64
2727# BUILD AND COMPRESS
2828export GOOS=windows
2929go build -ldflags " -X github.com/praqma/git-phlow/options.Version=` echo $VERSION ` -X github.com/praqma/git-phlow/options.Sha1=` git rev-parse HEAD` -X github.com/praqma/git-phlow/options.Date=` date +' %d-%m-%Y' ` "
30- zip $BUILDPATH /build-artifacts/git-phlow-$VERSION -windows-$GOARCH .tar.gz git-phlow.exe
30+ zip $BUILDPATH /build-artifacts/git-phlow-$VERSION -windows-$GOARCH .zip git-phlow.exe
Original file line number Diff line number Diff line change 66 - get : tollgate
77 trigger : true
88 - get : gp-version
9- params : {bump: minor }
9+ params : {bump: patch }
1010 - put : gp-version
1111 params : {file: gp-version/version}
1212 - task : integration
You can’t perform that action at this time.
0 commit comments