Skip to content

Commit

Permalink
Merge pull request #137 from Adyen/release/1.2.0
Browse files Browse the repository at this point in the history
Release/1.2.0
  • Loading branch information
amihajlovski authored May 1, 2024
2 parents 5182a58 + de3660b commit 2fc7c23
Show file tree
Hide file tree
Showing 55 changed files with 49,406 additions and 53,736 deletions.
23 changes: 23 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
changelog:
exclude:
labels:
- ignore-for-release
- excluded
categories:
- title: Breaking Changes 🛠
labels:
- breaking-change
- title: New Features 🎉
labels:
- new
- enhancement
- title: Fixes ❤️‍🩹
labels:
- bug
- fix
- title: Refactored 🌪
labels:
- refactor
- title: Other Changes
labels:
- "*"
2 changes: 2 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ jobs:
COMMERCE_API_CLIENT_ID_PRIVATE: ${{ secrets.COMMERCE_API_CLIENT_ID_PRIVATE }}
COMMERCE_API_CLIENT_SECRET: ${{ secrets.COMMERCE_API_CLIENT_SECRET }}
NODE_ENV: ${{ secrets.NODE_ENV }}
E2E_PAYPAL_USERNAME: ${{secrets.E2E_PAYPAL_USERNAME}}
E2E_PAYPAL_PASSWORD: ${{secrets.E2E_PAYPAL_PASSWORD}}
- uses: actions/upload-artifact@v3
if: always()
with:
Expand Down
Loading

0 comments on commit 2fc7c23

Please sign in to comment.