From 586c91278a0d65fe9e3faefd7ca9c3482c761be3 Mon Sep 17 00:00:00 2001 From: "gopinath.langote" <2912-gopinath.langote@users.noreply.source.golabs.io> Date: Sat, 4 Apr 2020 16:22:30 +0530 Subject: [PATCH] Add releasing new version steps to CONTRIBUTING.md --- CONTRIBUTING.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d7c20ab7..6e2b5981 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -39,3 +39,19 @@ Create or find an issue you would like to implement: 8. Wait for maintainers to review the code 9. Thanks for you contribution :smile: + +# 1build Version Release + +1. Install [goreleaser](https://github.com/goreleaser/goreleaser) + +2. Create & push git tag (version higher that already released version tag) + Example: + + ```shell script + git tag v1.5.7 + git push origin --tags + ``` + +3. On 1build project directory run: `goreleaser` + > This will automatically create changelog on release page. +