diff --git a/.github/close-label.yml b/.github/close-label.yml index b65f48c..a60ec5b 100644 --- a/.github/close-label.yml +++ b/.github/close-label.yml @@ -1,5 +1,3 @@ bug: fixed enhancement: implemented feature: implemented -performance: implemented -spec compliance: fixed diff --git a/README.md b/README.md index 72ae66f..00d53d8 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ If you need that functionality you should check out other libraries like: ## 🏷️ Versioning -[SemVer](http://semver.org/) is followed closely. Minor and patch releases should not introduce breaking changes to the codebase; however, they might change the resulting AST or HTML output of parsed Markdown (due to bug fixes, spec changes, etc.) As a result, you might get slightly different HTML, but any custom code built onto this library should still function correctly. +[SemVer](http://semver.org/) is followed closely. Minor and patch releases should not introduce breaking changes to the codebase. Any classes or methods marked `@internal` are not intended for use outside this library and are subject to breaking changes at any time, so please avoid using them. @@ -131,8 +131,6 @@ Contributions to this library are **welcome**! We only ask that you adhere to ou $ composer test ``` -This will also test league/config against the latest supported spec. - ## 📄 License **league/config** is licensed under the BSD-3 license. See the [`LICENSE.md`][license] file for more details. diff --git a/composer.json b/composer.json index 5c03172..53513c6 100644 --- a/composer.json +++ b/composer.json @@ -61,7 +61,7 @@ }, "extra": { "branch-alias": { - "dev-latest": "1.0-dev" + "dev-main": "1.0-dev" } }, "config": { diff --git a/docs/_layouts/homepage.html b/docs/_layouts/homepage.html index 134473e..682ec18 100644 --- a/docs/_layouts/homepage.html +++ b/docs/_layouts/homepage.html @@ -47,7 +47,7 @@