From 098af27fb4682f20cc2a2539859e21764f569b7d Mon Sep 17 00:00:00 2001 From: Dean Wette Date: Fri, 31 May 2024 04:08:14 -0500 Subject: [PATCH] Remove obsolete "CI" section. The most current information is all exposed by the links at the top of the readme page. (#10789) fixes #10763 --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index 95581b7a6ef..5e98337aacf 100644 --- a/README.md +++ b/README.md @@ -54,11 +54,4 @@ If you wish to contribute to the development of Micronaut Framework please read ## Versioning -Micronaut Framework is using Semantic Versioning 2.0.0. To understand what that means, please see the specification [documentation](https://semver.org/). Exclusions to Micronaut Framework's public API include any classes annotated with `@Experimental` or `@Internal`, which reside in the `io.micronaut.core.annotation` package. - -## CI - -[GitHub Actions](https://github.com/micronaut-projects/micronaut-core/actions) are used to build Micronaut Framework. If a build fails in `master`, check the [test reports](https://micronaut-projects.github.io/micronaut-core/index.html). - - - +Micronaut Framework uses Semantic Versioning 2.0.0. To understand what that means, please see the specification [documentation](https://semver.org/). Exclusions to Micronaut Framework's public API include any classes annotated with `@Experimental` or `@Internal`, which reside in the `io.micronaut.core.annotation` package.