Skip to content

Commit 7f041ec

Browse files
committed
Update release docs
1 parent 017f03e commit 7f041ec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

RELEASING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Releasing
22

3+
## Versioning
4+
This project adheres to [Semantic Versioning](http://semver.org). Release version tags should be in the form `MAJOR.MINOR.PATCH`, with no leading v.
5+
36
## Github Releases
47

58
This project uses [goreleaser](https://goreleaser.com/) to generate github releases. Releases are automated via CircleCI. To generate a new release, simply tag the commit you want to release and push the tag. If the tag ends in -rc(.+), the github release will be marked as "Pre-release." If you'd like to see how release notes are generated, see the .circleci/config.yml publish job.

0 commit comments

Comments
 (0)