diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index be8ec62..5bf9e55 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,4 @@ -name: CI +name: BUILD on: push: branches: [ main ] @@ -15,7 +15,7 @@ jobs: - uses: actions/setup-java@v2 with: distribution: 'adopt' - java-version: 15 + java-version: 16 - name: version run: ./gradlew -v - name: Create ~/.gradle/gradle.properties diff --git a/README.md b/README.md index 5db7573..846dbe8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # semver-gradle-plugin [![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org) -[![CI](https://github.com/rising3/semver-gradle-plugin/actions/workflows/build.yml/badge.svg)](https://github.com/rising3/semver-gradle-plugin/actions/workflows/build.yml) +[![BUILD](https://github.com/rising3/semver-gradle-plugin/actions/workflows/build.yml/badge.svg)](https://github.com/rising3/semver-gradle-plugin/actions/workflows/build.yml) Gradle plugin for Updates the project version. A plugin that can updating the semantic versions like `yarn version` command.