You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -15,12 +15,12 @@ If you discover a security vulnerability within Twill, please email us at [secur
15
15
16
16
Twill follows [Semantic Versioning](https://semver.org/). Major releases are released only when breaking changes are necessary, while minor and patch releases may be released as often as every week. Minor and patch releases should never contain breaking changes.
17
17
18
-
When referencing Twill from your application, you should always use a version constraint such as `^2.0`, since major releases of Twill do include breaking changes.
18
+
When referencing Twill from your application, you should always use a version constraint such as `^3.0`, since major releases of Twill do include breaking changes.
19
19
20
20
# Which branch?
21
-
All bug fixes should be sent to the latest stable branch (`2.x`). Bug fixes should never be sent to the `main` branch unless they fix features that exist only in the upcoming release.
21
+
All bug fixes should be sent to the latest stable branch (`3.x`). Bug fixes should never be sent to the `main` branch unless they fix features that exist only in the upcoming release.
22
22
23
-
Minor features that are fully backwards compatible with the current Twill release may be sent to the latest stable branch (`2.x`).
23
+
Minor features that are fully backwards compatible with the current Twill release may be sent to the latest stable branch (`3.x`).
24
24
25
25
Major new features should always be sent to the `main` branch, which contains the upcoming Twill release.
[Doctum](https://github.com/code-lts/doctum) generated API documentation of the framework is available [here](https://twill.io/docs/api/2.x) for `2.x` and previous versions.
3
+
[Doctum](https://github.com/code-lts/doctum) generated API documentation of the framework is
4
+
available [here](https://twill.io/docs/api/3.x) for `3.x` and previous versions.
0 commit comments