Skip to content

Commit

Permalink
ci(): Finalized action for changelog commit from forks
Browse files Browse the repository at this point in the history
  • Loading branch information
asturur committed Mar 9, 2024
1 parent 7cd21e0 commit 649a7c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,3 @@ jobs:
git checkout pr_remote/${{ github.event.pull_request.head.ref }}
git commit -m "update ${{ env.file }}"
git push pr_remote HEAD:${{ github.event.pull_request.head.ref }}
echo '${{ toJson(github.event.pull_request) }}'
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## [next]

- ci(): Update the changelog and stats action to work from forks
- fix(Shadow): Cloning a shape with shadow throws an error[#9711](https://github.com/fabricjs/fabric.js/issues/9711)
- chore(TS): use consistent and improved types for getDefaults and ownDefaults [#9698](https://github.com/fabricjs/fabric.js/pull/9698)
- fix(SVGParser): Don't crash on nested CSS at-rules [#9707](https://github.com/fabricjs/fabric.js/pull/9707)
Expand Down

0 comments on commit 649a7c3

Please sign in to comment.