Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 358 Bytes

RELEASE.md

File metadata and controls

24 lines (18 loc) · 358 Bytes

How to release new version

Prepare git tag

git tag -asm "<release message>" cmd/<tool>/v<version>
git push --tags

Example

git tag -asm "Cloud features" cmd/harp/v0.1.0
git push --tags

Prepare artifacts

# Prepare docker image with all tools
mage docker:tools
# Release an artifact
RELEASE=v0.1.0 mage releaser:harp