Skip to content

Commit

Permalink
Add release doc
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprodan committed Jun 30, 2020
1 parent ae5f830 commit db74a59
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ test: tidy fmt vet
release:
git checkout master
git pull
git tag "v$(VERSION)"
git push origin "v$(VERSION)"
git tag "v$(VER)"
git push origin "v$(VER)"
7 changes: 7 additions & 0 deletions docs/internal/release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Release

To release a new version the following steps should be followed:

1. Create a `<next semver>` tag form `master` and
push it to remote.
1. Confirm CI builds and releases the newly tagged version.

0 comments on commit db74a59

Please sign in to comment.