diff options
author | Malena Ebert <63863184+malena-ebert-sonarsource@users.noreply.github.com> | 2021-03-02 09:39:32 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2021-03-03 20:12:03 +0000 |
commit | 5d4e2b33b3317ca9d985f786df74f9a4eac76f61 (patch) | |
tree | d30c56b87fe1a4c13c740f2c1d9f13e15a17dbdd | |
parent | 1b72f560749dd14bafcd4167ae24b24c61a90f75 (diff) | |
download | sonarqube-branch-7.9.tar.gz sonarqube-branch-7.9.zip |
Prepare next development iterationbranch-7.9
-rw-r--r-- | .github/workflows/release.yml | 40 | ||||
-rw-r--r-- | gradle.properties | 2 |
2 files changed, 1 insertions, 41 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml deleted file mode 100644 index 5545ce52041..00000000000 --- a/.github/workflows/release.yml +++ /dev/null @@ -1,40 +0,0 @@ -name: Release -# This workflow is triggered when publishing a GitHub release -on: - release: - types: - - published - -jobs: - release: - runs-on: ubuntu-latest - name: Start release process - steps: - # Not sure why this is needed... Fixes issue with running the action. - - name: Checkout release action - uses: actions/checkout@v2 - with: - repository: SonarSource/gh-action_LT_release - - name: Run release action - id: run_release - uses: SonarSource/gh-action_LT_release@master - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_ORG_TOKEN }} - - name: Log outputs - if: always() - run: | - echo "${{ steps.run_release.outputs.releasability }}" - echo "${{ steps.run_release.outputs.release }}" - - name: Notify success on Slack - uses: Ilshidur/action-slack@2.0.0 - env: - SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }} - with: - args: "Release successful for {{ GITHUB_REPOSITORY }} by {{ GITHUB_ACTOR }}" - - name: Notify failures on Slack - uses: Ilshidur/action-slack@2.0.0 - if: failure() - env: - SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }} - with: - args: "Release failed, see the logs at https://github.com/{{ GITHUB_REPOSITORY }}/actions by {{ GITHUB_ACTOR }}" diff --git a/gradle.properties b/gradle.properties index 8c2426309d7..e8e03fb98e1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=org.sonarsource.sonarqube -version=7.9.6 +version=7.9.7-SNAPSHOT description=Open source platform for continuous inspection of code quality projectTitle=SonarQube |