Skip to content

Commit

Permalink
Document choosing a version number
Browse files Browse the repository at this point in the history
  • Loading branch information
squaremo committed Oct 28, 2019
1 parent 259cc37 commit 7ffd7f5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

Steps to produce a new `jk` version:

0. Decide on a version number:

- While the major version is `0`, minor releases indicate breaking
changes. If there are none, a patch release is appropriate.
- Check [docs/deprecations.md][deprecations] for anything that is due
to be deprecated in a particular (minor) release.

1. Checkout the master branch and make sure it reflects the latest `origin/master`:

```console
Expand Down

0 comments on commit 7ffd7f5

Please sign in to comment.