From 819b53f780f9299ca5bd82f09f0b841f216d9e8f Mon Sep 17 00:00:00 2001 From: sushmita Date: Fri, 24 May 2024 11:25:59 +0200 Subject: [PATCH] Update the version to a testable one --- .github/workflows/create-release.yml | 5 +++-- VERSION | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index be7da6d40..26c9426f3 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -13,7 +13,7 @@ on: pull_request: types: - closed - # 'develop' is for testing only, change this value to 'main' before merging to main + # TODO: 'develop' is for testing only, change this value to 'main' before merging to main branches: - develop @@ -24,6 +24,7 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: +# TODO: Remove after finalising - name: Checkout uses: actions/checkout@v4 @@ -36,7 +37,7 @@ jobs: uses: Adyen/release-automation-action@v1.3.1 with: token: ${{ secrets.GITHUB_TOKEN }} - # change this value to 'main' before merging to 'main', this value should be the same as 'on->pull_request->branches' + # TODO: change this value to 'main' before merging to 'main', this value should be the same as 'on->pull_request->branches' develop-branch: ECP-9213 version-files: composer.json release-title: Adyen Magento-2 Plugin diff --git a/VERSION b/VERSION index 555763f7f..eb3718a16 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -9.5.2 +dummy-9.5.2