-
Notifications
You must be signed in to change notification settings - Fork 212
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the version to a testable one
- Loading branch information
sushmita
committed
May 24, 2024
1 parent
572d2d9
commit 819b53f
Showing
2 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected] | ||
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
9.5.2 | ||
dummy-9.5.2 |