Skip to content

Commit

Permalink
Add note to maintainers on releases
Browse files Browse the repository at this point in the history
  • Loading branch information
cbertinato committed Mar 9, 2024
1 parent f9c8a66 commit 6134333
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,11 @@ To build a debug build run the command below:
```bash
make build-plugin-debug
```

### Maintainers
To create a new release and binaries:
```shell
git tag -a v1.2.3 -m 'Release notes go here'
# Or omit -m and fill in release notes at the prompt
git push origin v1.2.3
```

0 comments on commit 6134333

Please sign in to comment.