Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
marikaner committed Sep 9, 2024
1 parent ee6d812 commit 91866e5
Show file tree
Hide file tree
Showing 10 changed files with 27,080 additions and 49 deletions.
12 changes: 12 additions & 0 deletions .github/actions/merge-changelogs/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: 'Merge Changelogs'
description: 'Merges all public changelogs from changesets into a single changelog.'
inputs:
workspaces:
description: 'Comma separated list of workspace locations.'
required: true
write-file:
description: 'Whether the changelog should be written'
default: 'false'
runs:
using: 'node20'
main: 'index.js'
Loading

0 comments on commit 91866e5

Please sign in to comment.