Releases: IAreKyleW00t/verified-bot-commit
v1.3.6
What's Changed
✨ Other Changes
- chore(deps): Updating octokit packages by @IAreKyleW00t in #140
🏗️ Dependencies
- build(deps-dev): Bump the npm-development group with 2 updates by @dependabot in #130
- build(deps-dev): Bump the npm-development group with 2 updates by @dependabot in #131
- build(deps-dev): Bump the npm-development group with 6 updates by @dependabot in #133
- build(deps): Bump github/codeql-action from 3.28.17 to 3.28.18 in the actions group by @dependabot in #132
- build(deps-dev): Bump the npm-development group with 3 updates by @dependabot in #135
Full Changelog: v1.3.5...v1.3.6
v1.3.5
What's Changed
🏗️ Dependencies
- build(deps): Bump github/codeql-action from 3.28.15 to 3.28.16 in the actions group by @dependabot in #122
- build(deps-dev): Bump the npm-development group with 6 updates by @dependabot in #121
- build(deps-dev): Bump the npm-development group with 4 updates by @dependabot in #123
- build(deps): Bump github/codeql-action from 3.28.16 to 3.28.17 in the actions group by @dependabot in #125
- build(deps-dev): Bump the npm-development group with 7 updates by @dependabot in #126
- build(deps-dev): Bump the npm-development group with 5 updates by @dependabot in #127
- build(deps): Bump @actions/github from 6.0.0 to 6.0.1 in the npm-production group across 1 directory by @dependabot in #129
Full Changelog: v1.3.4...v1.3.5
v1.3.4
What's Changed
✨ Other Changes
- fix: Using core for throttle logging by @IAreKyleW00t in #120
🏗️ Dependencies
- build(deps): Bump the actions group with 2 updates by @dependabot in #115
- build(deps): Bump @rollup/rollup-linux-x64-gnu from 4.39.0 to 4.40.0 by @dependabot in #118
- build(deps-dev): Bump the npm-development group with 7 updates by @dependabot in #116
- build(deps): Bump @octokit/plugin-throttling from 9.6.1 to 10.0.0 by @dependabot in #119
- build(deps): Bump the npm-production group with 2 updates by @dependabot in #117
Full Changelog: v1.3.3...v1.3.4
v1.3.3
What's Changed
✨ Other Changes
- feat: Using mock-fs for tests by @IAreKyleW00t in #109
- feat: Mocking REST API calls during tests by @IAreKyleW00t in #110
🏗️ Dependencies
- build(deps-dev): Bump the npm-development group with 2 updates by @dependabot in #108
- build(deps-dev): Bump the npm-development group with 8 updates by @dependabot in #112
- build(deps): Bump github/codeql-action from 3.28.13 to 3.28.14 in the actions group by @dependabot in #111
- build(deps): Bump @octokit/plugin-throttling from 9.6.0 to 9.6.1 in the npm-production group by @dependabot in #113
Full Changelog: v1.3.2...v1.3.3
v1.3.2
What's Changed
✨ Other Changes
- fix: Cleanup workspace code and add workspace tests by @IAreKyleW00t in #107
Full Changelog: v1.3.1...v1.3.2
v1.3.1
What's Changed
✨ Other Changes
- feat: Adding control when no commit is created by @IAreKyleW00t in #105
- docs: Adding Common Errors section to README by @IAreKyleW00t in #106
🏗️ Dependencies
- build(deps-dev): Bump eslint-import-resolver-typescript from 4.2.7 to 4.3.1 in the npm-development group by @dependabot in #102
- build(deps-dev): Bump the npm-development group with 3 updates by @dependabot in #104
Important
As of this version, if there are no files changed or nothing to add to your commit, then the Action will throw a warning instead of resulting in an error. This is intended to align with the initial behavior of the Action while still being informative to the user.
This can be changed to info, notice, warning, or error with the if-no-commit input.
Full Changelog: v1.3.0...v1.3.1
v1.3.0
What's Changed
✨ Other Changes
- feat: Adding throttling and retry plugins and inputs by @IAreKyleW00t in #101
Full Changelog: v1.2.0...v1.3.0
v1.2.0
What's Changed
✨ Other Changes
- feat: Updating to rollup ESM by @IAreKyleW00t in #100
Full Changelog: v1.1.1...v1.2.0
v1.1.1
What's Changed
✨ Other Changes
- feat: Adding
auto-stageinput by @IAreKyleW00t in #98 - feat: Adding
update-localinput by @IAreKyleW00t in #99
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
✨ Other Changes
- feat: Use git-diff files and allow negative patterns by @IAreKyleW00t in #97
Warning
As of this version, this Action will use git to determine local file changes and limit files to those. This means that it must be able to run git locally. This is fine in most scenarios, but there are some edge cases depending on your Workflow.
See the Common Errors section for more details!
Full Changelog: v1.0.15...v1.1.0