Skip to content

Commit

Permalink
dist: bump major version to v3
Browse files Browse the repository at this point in the history
A breaking changes was made, that requires us to bump the major version.
  • Loading branch information
korthout committed May 26, 2024
1 parent 206c831 commit 54c4bc6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Create backport pull requests
uses: korthout/backport-action@v2
uses: korthout/backport-action@v3
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ jobs:
startsWith(github.event.pull_request.base.ref, 'release')
)
run: |
git tag v2.next-preview --force
git push origin v2.next-preview --force
git tag v3.next-preview --force
git push origin v3.next-preview --force
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Create backport pull requests
uses: korthout/backport-action@v2
uses: korthout/backport-action@v3
```
> **Note**
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Create backport pull requests
uses: korthout/backport-action@v2
uses: korthout/backport-action@v3
```
</p>
Expand Down

0 comments on commit 54c4bc6

Please sign in to comment.