hichemtab-tech/PackBumpPR
Automatically bump package versions and create pull requests.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Sep 2, 2025
- License
- MIT
Pinned Snippet
uses: hichemtab-tech/packbumppr@f60b4ef884a10139a9e18bea488e2efed78a4e32 # v2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| version_increment | Version increment type (patch, minor, major, or custom) | yes | patch |
| custom_version | Custom version (only if version_increment is custom) | no | — |
| github_token | GitHub token for authentication | yes | — |
| main_branche | Main branche name (for example: main) | yes | — |
Outputs
| name | description |
|---|---|
| pr_url | URL of the created pull request |