adobe/Update your package.json with an npm pre-release version, and update dependencies with pre-release versions
Modifies your package.json with a pre-release version in the form X.Y.Z-pre.YYYMMDD.<commitShaHash>
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| pre-release-tag | the pre-release tag to set | no | pre |
| package-json-path | the package.json file | no | package.json |
| dependencies-to-update | the dependencies to update with a version tag (comma separated) | no | "" |
| dependencies-to-update-version-tag | the version tag for the dependencies to update | no | next |
| package-name | the new package name to publish to | no | — |
| skip-dependencies-to-update | skip updating any =dependencies to update (see dependencies-to-update setting) | no | false |
Outputs
| name | description |
|---|---|
| pre-release-version | the pre-release version that was set |