Skip to content

Commit

Permalink
fix changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
aaharu committed May 10, 2017
1 parent 140dfab commit 14f3dc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
- pre-release


[0.7.2]: https://github.com/aaharu/schemarshal/compare/0.7.1...0.7.2
[0.7.1]: https://github.com/aaharu/schemarshal/compare/0.7.0...0.7.1
[0.7.0]: https://github.com/aaharu/schemarshal/compare/0.6.0...0.7.0
[0.6.0]: https://github.com/aaharu/schemarshal/compare/0.5.0...0.6.0
Expand Down
2 changes: 1 addition & 1 deletion wercker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ deploy:
name: github release
code: |
go get github.com/tcnksm/ghr
"${GOPATH}/bin/ghr" -t ${GITHUB_TOKEN} -r ${WERCKER_GIT_REPOSITORY} -u ${WERCKER_GIT_OWNER} --debug --delete "${RELEASE_TAG}" pkg
"${GOPATH}/bin/ghr" -t ${GITHUB_TOKEN} -r ${WERCKER_GIT_REPOSITORY} -u ${WERCKER_GIT_OWNER} --delete "${RELEASE_TAG}" pkg

0 comments on commit 14f3dc0

Please sign in to comment.