pfaciana/Auto Commit and Version

Checks for changes to repo, commits them and bumps config json version

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
config-jsonpath the config json file (if not package.json in the root)no
release-typeThe type of release to do (patch, minor, major)nopatch
commit-messageCustom message for the commit. Use {version} to include the new version dynamicallyno""
exclude-filesPatterns 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-filesIf excluded files are the only change, should they be cleaned up?noyes
namedescription
changes-madeBoolean-like result if changes were committed