Skip to content

Commit 1c391eb

Browse files
committed
close #169 build is now zip
1 parent 800495d commit 1c391eb

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

ci/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
##Changelog
1+
## Changelog
22
The new release of git-phlow adds support for windows in _beta_. Overall improvements have been made to increase stability and remove
33
various 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

ci/build/windows.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ export GOARCH=amd64
2727
#BUILD AND COMPRESS
2828
export GOOS=windows
2929
go 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

ci/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
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

0 commit comments

Comments
 (0)