Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Commit

Permalink
Update package information.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkawamoto committed Jun 19, 2017
1 parent b22076a commit 679ec34
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.4.5 (2017-06-19)
### Update
- Improve test preparation time.
- Use sub shell to execute each command.


## 0.4.4 (2017-06-09)
### Update
- To follow the update of docker client library.
Expand Down
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
# http://opensource.org/licenses/mit-license.php
#
VERSION = snapshot
GHRFLAGS =

default: build

Expand All @@ -21,7 +22,7 @@ build: asset

.PHONY: release
release:
ghr -u jkawamoto v$(VERSION) pkg/$(VERSION)
ghr -u jkawamoto $(GHRFLAGS) v$(VERSION) pkg/$(VERSION)

.PHONY: test
test: asset
Expand Down

0 comments on commit 679ec34

Please sign in to comment.