From 98f72d7c28ee4f5f3679c817fd082a4f0fc14ce9 Mon Sep 17 00:00:00 2001 From: rjuer <21335146+rjuer@users.noreply.github.com> Date: Fri, 13 Sep 2024 22:01:56 +0200 Subject: [PATCH] Update contributing guide --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c405e65..3869cee 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,6 +7,6 @@ This guide is under development. New releases are triggered manually. Releasing a new version involves these steps: -* Update the version in `cmd/root.go` -* Optionally, update the example version in the README -* Create a new Git tag like `v0.1.0`, following semantic versioning +* Create a new Git tag like `v0.1.0`, following semantic versioning. + The tag is automatically used in the build for `cidr --version` + and a new release is created.