From e7460d33e0f76cc4232b5f6429bc99cfd7b6ef1c Mon Sep 17 00:00:00 2001 From: Brian Date: Wed, 24 Jul 2024 10:42:08 -0600 Subject: [PATCH] fix: remove tag annotation requirement (#547) --- docs/contributing/guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing/guide.md b/docs/contributing/guide.md index aed9bffe..d01f4b0c 100644 --- a/docs/contributing/guide.md +++ b/docs/contributing/guide.md @@ -96,7 +96,7 @@ There is a Makefile that can assist in validating and testing the orb locally. ## Creating a new release -Push a new annotated tag. This tag should contain a changelog of pertinent changes. Goreleaser will take care of the rest. +Push a new tag and Goreleaser will take care of the rest. ## Pre-commit