Skip to content

Commit

Permalink
Preparing release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Oliver committed Sep 6, 2018
1 parent 02c6df6 commit 8b87c50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Next (Unreleased)

## 0.0.6 (2018-09-06)

* Added Github release packaging for tar.gz.
* Added Github release packaging for zip.
* Added Github release packaging for debian.
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ docker:
docker build . -t "$(DOCKER_IMAGE):$(shell git describe)" -t "$(DOCKER_IMAGE):latest"

tarball:
cd src/ && GZIP=-9 tar -cvzf ../output/release.tar.gz * && zip -9 ../output/release.zip *
mkdir -p output/ && cd src/ && GZIP=-9 tar -cvzf ../output/release.tar.gz * && zip -9 ../output/release.zip *

debianize:
docker build -f Dockerfile.debian -t version-tools-debian .
Expand Down

0 comments on commit 8b87c50

Please sign in to comment.