gisce/Create PR on Dependent Project
Updates a dependent project with new library version and creates a pull request
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jan 3, 2026
- License
- None
Pinned Snippet
uses: gisce/create-update-version-pr@73f08a4a57b4967ed15550171bdeae7d506cd21b # v0.0.10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| libraryName | Name of this library (e.g., gisce/commitlint-rules) | yes | — |
| dependentProject | Name of dependent projects (e.g., gisce/ooui.js) | yes | — |
| dependentProjectBranch | Name of the branch for the dependent project (e.g., alpha) | yes | — |
| tagName | Name of the tag (e.g., v1.0.0-alpha.0) | yes | — |
| githubToken | GitHub token for authentication | yes | — |
| releaseType | Type of release (e.g., minor, major, patch) | yes | — |
| nodeVersion | Node.js version to use for npm install | no | 24.12.0 |
Outputs
no outputs