Skip to content

Commit

Permalink
bump action
Browse files Browse the repository at this point in the history
  • Loading branch information
marikaner committed Sep 10, 2024
1 parent 311f4fb commit c736bc7
Show file tree
Hide file tree
Showing 13 changed files with 89,505 additions and 76 deletions.
15 changes: 15 additions & 0 deletions .github/actions/changesets-fixed-version-bump/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: 'Fixed version bump'
description: 'Bumps version for fixed packages and the root package.json using changests.'
inputs:
before-bump-script:
description: 'Script to run before bumping the version'
required: false
after-bump-script:
description: 'Script to run after bumping the version'
required: false
outputs:
changelog:
description: 'The current changelog'
runs:
using: 'node20'
main: 'index.js'
Loading

0 comments on commit c736bc7

Please sign in to comment.