diff --git a/CHANGELOG.md b/CHANGELOG.md index 197ecdd..050077f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [0.2.6] - 2017-08-16 + +### Fixed + +- Fix release process tag selection. + ## [0.2.5] - 2017-08-16 ### Added diff --git a/Makefile b/Makefile index aa2d9ea..4738a5b 100644 --- a/Makefile +++ b/Makefile @@ -145,7 +145,7 @@ zips: $(OS_ARCH:%=build/manifold-cli_$(VERSION)_%.zip) release: zips curl -LO https://releases.manifold.co/promulgate/0.0.5/promulgate_0.0.5_linux_amd64.zip unzip promulgate_* - ./promulgate release $(VERSION) + ./promulgate release v$(VERSION) .PHONY: release zips $(OS_ARCH:%=os-build/%/bin/manifold)