Skip to content

Commit

Permalink
fix: sync changes from v2 to v2-develop (#681)
Browse files Browse the repository at this point in the history
Co-authored-by: mguellsegarra <5711443+mguellsegarra@users.noreply.github.com>
  • Loading branch information
giscegit and mguellsegarra authored Nov 13, 2024
1 parent 88e954f commit 7ef76f3
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,22 @@ jobs:
dependentProjectBranch: ${{ matrix.branch }}
libraryName: ${{ env.LIBRARY_NAME }}
githubToken: ${{ secrets.GH_PAT }}
releaseType: ${{ needs.release.outputs.release_type }}

create-sync-prs:
name: Create sync PRs
needs: release
if: github.ref == 'refs/heads/v2'
runs-on: ubuntu-latest
strategy:
matrix:
target: ['alpha', 'v2-develop']
steps:
- name: Call create sync pr
uses: gisce/create-sync-pr@v0.0.3
with:
repository: ${{ env.LIBRARY_NAME }}
targetBranch: ${{ matrix.target }}
baseBranch: v2
githubToken: ${{ secrets.GH_PAT }}
releaseType: ${{ needs.release.outputs.release_type }}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gisce/react-ooui",
"version": "2.34.1",
"version": "2.34.4",
"engines": {
"node": "20.5.0"
},
Expand Down

0 comments on commit 7ef76f3

Please sign in to comment.