Skip to content

Commit 9defc2a

Browse files
committed
build: update build process and dependencies
- Updated version-bump workflow - Updated dist/index.js file - Added custom target platform - Added bump targets configuration
1 parent 66edfa2 commit 9defc2a

5 files changed

Lines changed: 34859 additions & 31530 deletions

File tree

.github/workflows/version-bump.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,7 @@ jobs:
3030
uses: ./
3131
with:
3232
release_type: ${{ inputs.release_type }}
33+
target_platform: 'custom'
34+
bump_targets: '[{"path": "package.json", "variable": "version"}]'
3335
env:
3436
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)