Skip to content

Commit a517ca8

Browse files
committed
document the future breaking change process
1 parent d16bb57 commit a517ca8

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -196,15 +196,11 @@ The general process is:
196196
Note that the `+1` and `+2` releases are just examples; the steps are not
197197
required to happen in immediately subsequent releases.
198198

199-
:::{todo}
200-
TODO: clarify this before releasing `1.0`
201-
202-
Maybe:
199+
Once The first major version is released, the process will be:
203200
1. In `N.M.0` we introduce the new behaviour, but it is disabled by a feature flag.
204201
2. In `N.M+1.0` we may choose the behaviour to become the default if it is not too
205202
disruptive.
206-
3. In `N+1.0.0` we get rid of the old behaviour
207-
:::
203+
3. In `N+1.0.0` we get rid of the old behaviour.
208204

209205
### How to control breaking changes
210206

0 commit comments

Comments
 (0)