Skip to content

Commit 50a34ef

Browse files
committed
Makefile,CONTRIBUTING.md: fix release instructions
1 parent edd2a5c commit 50a34ef

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## Releasing new versions
2+
3+
1) Bump the version in github/version.go
4+
5+
2) Add a commit with message "github-release v1.2.3"
6+
7+
3) Run `git tag v1.2.3` where "1.2.3" stands in for the version you actually
8+
want.
9+
10+
4) Run `make release`. Be sure to have `GITHUB_TOKEN` set in your environment.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
LAST_TAG := $(shell git describe --abbrev=0 --tags)
22

3-
USER := aktau
3+
USER := meterup
44
EXECUTABLE := github-release
55

66
# only include the amd64 binaries, otherwise the github release will become

0 commit comments

Comments
 (0)