bryanus1/Auto version Synchronization
GitHub Action to auto-sync versions via PR labels, updating package.json and tagging for streamlined version control.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Nov 14, 2024
- License
- MIT
Pinned Snippet
uses: bryanus1/auto-version-sync@212af0f3d51a2d69f6db86a6954515b3cbf34c04 # v1.1.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| current_version | The current version | no | 0.1.0 |
| level | A semver update level ({major, minor, patch}). | no | minor |
| git_username | name of git | no | — |
| git_email | email of git | no | — |
Outputs
| name | description |
|---|---|
| new_version | The bumped semver version. |
| new_version_without_v | The bumped semver version without "v". |