Skip to content

Commit

Permalink
v0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jbowes committed Aug 16, 2017
1 parent 70a4bd0 commit ab1751b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit ab1751b

Please sign in to comment.