mirror of
https://github.com/apricote/releaser-pleaser.git
synced 2026-02-07 10:17:02 +00:00
feat: add updater for package.json
This commit is contained in:
parent
942aa80aa9
commit
ecbd148e7a
14 changed files with 174 additions and 44 deletions
|
|
@ -12,6 +12,10 @@ spec:
|
|||
description: 'List of files that are scanned for version references.'
|
||||
default: ""
|
||||
|
||||
update-package-json:
|
||||
description: 'Update version field in package.json file.'
|
||||
default: "false"
|
||||
|
||||
stage:
|
||||
default: build
|
||||
description: 'Defines the build stage'
|
||||
|
|
@ -49,4 +53,5 @@ releaser-pleaser:
|
|||
rp run \
|
||||
--forge=gitlab \
|
||||
--branch=$[[ inputs.branch ]] \
|
||||
--extra-files="$[[ inputs.extra-files ]]"
|
||||
--extra-files="$[[ inputs.extra-files ]]" \
|
||||
$([[ inputs.update-package-json == "true" ]] && echo "--update-package-json" || echo "")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue