From 9a001d3d5cf8d999cc395cd6af9cc5a289bcbb3b Mon Sep 17 00:00:00 2001 From: Ansgar Schulte <1299623+ansgarschulte@users.noreply.github.com> Date: Tue, 27 Aug 2024 12:08:23 +0200 Subject: [PATCH] fix: Contributing push specific tag --- go/event_kit_api/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/event_kit_api/CONTRIBUTING.md b/go/event_kit_api/CONTRIBUTING.md index e8c4c0c..3712a78 100644 --- a/go/event_kit_api/CONTRIBUTING.md +++ b/go/event_kit_api/CONTRIBUTING.md @@ -16,4 +16,4 @@ go install github.com/deepmap/oapi-codegen/cmd/oapi-codegen@2cf7fcf5b26d1a4362e7 1. Update `CHANGELOG.md` 2. Set the tag: `git tag -a go/event_kit_api/v2.0.1 -m go/event_kit_api/v2.0.1` - 3. Push the tag: `git push go/event_kit_api/v2.0.1` \ No newline at end of file + 3. Push the tag: `git push origin go/event_kit_api/v2.0.1` \ No newline at end of file