From 90da6b0801370b9835385deaf6135623de4a8c40 Mon Sep 17 00:00:00 2001 From: Jason Penilla <11360596+jpenilla@users.noreply.github.com> Date: Sat, 18 Jun 2022 23:01:04 -0700 Subject: [PATCH] 1.7.1-SNAPSHOT --- .github/workflows/build.yml | 2 +- CHANGELOG.md | 2 ++ README.md | 6 +++--- cloud-minecraft/README.md | 22 +++++++++++----------- docs/README.adoc | 2 +- gradle.properties | 2 +- 6 files changed, 19 insertions(+), 17 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6a37dfc2..1113a91b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -41,7 +41,7 @@ jobs: echo "STATUS=release" >> $GITHUB_ENV fi - name: Publish Snapshot - if: "${{ env.STATUS != 'release' && github.event_name == 'push' && github.ref == 'refs/heads/1.7.0-dev' }}" + if: "${{ env.STATUS != 'release' && github.event_name == 'push' && github.ref == 'refs/heads/1.8.0-dev' }}" run: ./gradlew publish env: ORG_GRADLE_PROJECT_sonatypeUsername: "${{ secrets.SONATYPE_USERNAME }}" diff --git a/CHANGELOG.md b/CHANGELOG.md index 27a63972..b571e977 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + ## [1.7.0] ### Added diff --git a/README.md b/README.md index 8fd8edca..80cc32b4 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ Snapshot builds of Cloud are available through the [Sonatype OSS Snapshot reposi cloud.commandframework cloud-PLATFORM - 1.7.0 + 1.7.1