From 61343338b727d1e6102d6316315b845094a15248 Mon Sep 17 00:00:00 2001 From: Chris Bertinato Date: Sat, 9 Mar 2024 09:01:26 -0500 Subject: [PATCH] Add note to maintainers on releases --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 111ef3a..58fafcf 100644 --- a/README.md +++ b/README.md @@ -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 +``` \ No newline at end of file