Skip to content

Commit

Permalink
Add releasing new version steps to CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gopinath.langote committed Apr 4, 2020
1 parent 9c56a66 commit 586c912
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 586c912

Please sign in to comment.