simplified release instructions

This commit is contained in:
Mat Ryer 2021-02-14 13:24:04 +00:00
parent 6e4f50de4b
commit b54cd92254
2 changed files with 1 additions and 5 deletions

View File

@ -1,4 +0,0 @@
.PHONY: release
release:
goreleaser --rm-dist

View File

@ -24,5 +24,5 @@ $ git push origin v0.1.0
Then: Then:
```bash ```bash
make release GITHUB_TOKEN=xxx goreleaser --rm-dist
``` ```