pfaciana/Auto Commit and Version
Checks for changes to repo, commits them and bumps config json version
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| config-json | path the config json file (if not package.json in the root) | no | — |
| release-type | The type of release to do (patch, minor, major) | no | patch |
| commit-message | Custom message for the commit. Use {version} to include the new version dynamically | no | "" |
| exclude-files | Patterns to exclude files from git status check (defaults to common lockfiles) | no | :!*.lock :!*.lockfile :!*.lock[A-Za-z0-9] :!*[.-]lock.* :!*.snapshot :!*.resolved :!*go.sum |
| clean-excluded-files | If excluded files are the only change, should they be cleaned up? | no | yes |
Outputs
| name | description |
|---|---|
| changes-made | Boolean-like result if changes were committed |