Skip to content

Commit

Permalink
Elaborate a little bit about the automatic release process.
Browse files Browse the repository at this point in the history
  • Loading branch information
David Braun authored and David Braun committed Nov 13, 2018
1 parent cdef23b commit 4edf7fd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

### Automatic Release

There is an automatic release process setup. Just push to release and the CI will create a release candidate PR. If this is merged the CI will create and publish the release.
When you're ready to publish a release, push code to the `release` branch.
CircleCI will notice and automatically increment the patch level of the version
number, create a tag, and generate a pull request. If the pull request is
merged then CircleCI will use it to build applications for all three platforms and publish a release on GitHub.

### Manual Release

Expand Down

0 comments on commit 4edf7fd

Please sign in to comment.