Skip to content

Commit

Permalink
Add releasing instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mpchadwick committed Jul 16, 2022
1 parent facc034 commit ab1d666
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,18 @@ mysqldump mydb | dbanon -profile -config=myconfig.yml >/dev/null

```
dbanon -update
```
```

## Development

### Publishing releases

Releases are published with [GoReleaser](https://goreleaser.com/).

- Create and push a tag (e.g. `git tag -a v0.6.2 -m "v0.6.2 && git push origin v0.6.2`)
- Build the `go-bindata` (e.g. `go-bindata -pkg bindata -o bindata/bindata.go etc/*`)
- Run `goreleaser` (e.g. `goreleaser release --rm-dist`)

May need to create a new GitHub token if the current one expires

https://goreleaser.com/scm/github/

0 comments on commit ab1d666

Please sign in to comment.