Skip to content

Commit 53dd5d5

Browse files
committed
Update the "Release Policy" article
1 parent 1b9b9b2 commit 53dd5d5

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

doc/about/release_policy.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Release Policy
2+
13
We're following [SemVer](http://semver.org/) (as much as one can be
24
following it when the major version is 0). At this point bumps of the
35
minor (second) version number are considered major releases and always
@@ -10,6 +12,13 @@ release starts immediately after the previous one has been
1012
shipped. Bugfix/point releases (if any) address only serious bugs and
1113
never contain new features.
1214

13-
The versions of CIDER and `cider-nrepl` are always kept in sync. If you're
14-
tracking the `master` branch of CIDER, you should also be tracking the `master`
15-
branch of `cider-nrepl`.
15+
Here are a few examples:
16+
17+
* 0.5.0 - Feature release
18+
* 0.5.1 - Bug-fix release
19+
* 0.5.2 - Bug-fix release
20+
* 0.6.0 - Feature release
21+
22+
CIDER and cider-nrepl are released independently, but follow the same release policy overall.
23+
CIDER contains references to the cider-nrepl version it supports and would normally inject
24+
the newest cider-nrepl version possible.

0 commit comments

Comments
 (0)