We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d16bb57 commit a517ca8Copy full SHA for a517ca8
CONTRIBUTING.md
@@ -196,15 +196,11 @@ The general process is:
196
Note that the `+1` and `+2` releases are just examples; the steps are not
197
required to happen in immediately subsequent releases.
198
199
-:::{todo}
200
-TODO: clarify this before releasing `1.0`
201
-
202
-Maybe:
+Once The first major version is released, the process will be:
203
1. In `N.M.0` we introduce the new behaviour, but it is disabled by a feature flag.
204
2. In `N.M+1.0` we may choose the behaviour to become the default if it is not too
205
disruptive.
206
-3. In `N+1.0.0` we get rid of the old behaviour
207
-:::
+3. In `N+1.0.0` we get rid of the old behaviour.
208
209
### How to control breaking changes
210
0 commit comments