Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit e11a458

Browse files
committed
updated readme around releasing
1 parent e8d4846 commit e11a458

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,17 @@ See `examples/config.json`
7272
}
7373
}
7474
```
75+
76+
## Development
77+
78+
### Release
79+
80+
Releases are managed using [goreleaser](https://github.com/goreleaser/goreleaser).
81+
82+
To release:
83+
- Tag the commit you want to release, e.g. `git tag v0.1.1`
84+
- run `make release`
85+
86+
You will need a github personal access token bound to env var `GITHUB_TOKEN`
87+
88+
You can dry run the release by running `make test-release`

0 commit comments

Comments
 (0)