Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
150 commits
Select commit Hold shift + click to select a range
0049e3f
Use deprecated set-output syntax if GITHUB_OUTPUT environment is not …
stefanzweifel Oct 26, 2022
393fea5
Update CHANGELOG
stefanzweifel Oct 26, 2022
38864a6
Create dependabot.yml
stefanzweifel Oct 26, 2022
021a636
Bump actions/checkout from 2 to 3 (#257)
dependabot[bot] Oct 26, 2022
f166130
Bump bats from 1.7.0 to 1.8.2 (#259)
dependabot[bot] Oct 26, 2022
7106b21
Bump github/super-linter from 3 to 4 (#258)
dependabot[bot] Oct 26, 2022
0b007fb
Let Action fail if git binary can't be located (#261)
stefanzweifel Nov 5, 2022
3dce995
Update CHANGELOG
stefanzweifel Nov 5, 2022
ebb5756
Fix link and text for workflow limitation (#263)
Teko012 Nov 13, 2022
976f220
Fix github-actions[bot] email address (#264)
Teko012 Nov 15, 2022
3ea6ae1
Fix "nothing to commit" error with LF/CRLF changes #241 (#265)
ZeroRin Dec 1, 2022
925bbca
Update CHANGELOG
stefanzweifel Dec 2, 2022
aeb1802
Add _log and _set_github_output functions (#273)
stefanzweifel Dec 22, 2022
86fb2e1
Fix git-auto-commit.yml (#277)
zcong1993 Jan 3, 2023
fe00d25
Add test for multi-line commit messages
stefanzweifel Jan 7, 2023
3663a6f
Update README.md
stefanzweifel Jan 14, 2023
3b94e3d
Update README.md
stefanzweifel Jan 20, 2023
92b3981
Update Author Email Address
stefanzweifel Jan 25, 2023
f44d1cd
Merge branch 'master' of github.com:stefanzweifel/git-auto-commit-action
stefanzweifel Jan 25, 2023
94d6bf9
Add permissions block to Workflows
stefanzweifel Feb 11, 2023
ccd4d05
Fix Typo in Workflow comments
stefanzweifel Feb 11, 2023
f0b35f0
Mention new permission requirements in usage docs
stefanzweifel Feb 11, 2023
6656e54
Use actions/checkout@v3 in examples
stefanzweifel Feb 11, 2023
6436584
Fix Comment in README
stefanzweifel Feb 11, 2023
c8254de
Bump bats from 1.8.2 to 1.9.0 (#282)
dependabot[bot] Feb 13, 2023
8e108d7
Fix docs about using in public forks
stefanzweifel Feb 15, 2023
3a446b7
Merge branch 'master' of github.com:stefanzweifel/git-auto-commit-action
stefanzweifel Feb 15, 2023
0b5f8a5
Update Test
stefanzweifel Mar 28, 2023
9cc0a1f
Seems like there is an extra space (#288)
pedroamador Apr 3, 2023
77a7b3f
Bump github/super-linter from 4 to 5 (#289)
dependabot[bot] Jun 23, 2023
47a8ad5
Bump bats from 1.9.0 to 1.10.0 (#293)
dependabot[bot] Jul 17, 2023
3d1b5e0
Bump actions/checkout from 3 to 4 (#302)
dependabot[bot] Sep 11, 2023
1094465
Use actions/checkout v4 in examples
stefanzweifel Oct 4, 2023
43818d5
Fix Typo
stefanzweifel Oct 6, 2023
17a44b0
Merge branch 'master' of github.com:stefanzweifel/git-auto-commit-action
stefanzweifel Oct 6, 2023
8756aa0
Update node version to node20 (#300)
ryudaitakai Oct 6, 2023
e27a689
Update CHANGELOG
stefanzweifel Oct 6, 2023
eb38c21
Use v5 in update-changelog Workflow
stefanzweifel Oct 6, 2023
98d2782
Use v5 in README
stefanzweifel Oct 6, 2023
e8f94e4
Merge branch 'master' of github.com:stefanzweifel/git-auto-commit-action
stefanzweifel Oct 6, 2023
8036286
Use new Markdown Alerts in README
stefanzweifel Dec 12, 2023
8d90676
Little Doc Updates
stefanzweifel Dec 12, 2023
2818fe7
Add Alert about pull_request_target
stefanzweifel Dec 12, 2023
29183a2
Remove outdated docs
stefanzweifel Dec 12, 2023
aa2cec9
Don't switch local branches
stefanzweifel Dec 19, 2023
d9307b5
Update Test
stefanzweifel Dec 19, 2023
3b82313
Update Tests
stefanzweifel Dec 19, 2023
80052f0
Update Tests
stefanzweifel Dec 19, 2023
9062db8
Update Tests
stefanzweifel Dec 19, 2023
ef7ed32
Remove no longer needed tests
stefanzweifel Dec 20, 2023
03fddc4
Temp disable assertions
stefanzweifel Dec 20, 2023
0aca01a
Remove no longer used input options from tests
stefanzweifel Dec 20, 2023
e833d4f
Remove _switch_to_branch function
stefanzweifel Dec 20, 2023
3e796a0
Update Assertion
stefanzweifel Dec 20, 2023
76f415f
Remove skip_fetch, skip_checkout and create_branch
stefanzweifel Dec 20, 2023
7f17188
Remove removed options from README
stefanzweifel Dec 20, 2023
12f6863
Clarify `commit_author` input option (#315)
npanuhin Dec 24, 2023
4d160c5
Bump release-drafter/release-drafter from 5 to 6 (#319)
dependabot[bot] Feb 6, 2024
e040c59
Linux is not UNIX (#321)
couling Feb 22, 2024
9b5e5ee
Add step id explanation for output in README.md (#324)
ChristianVermeulen Mar 15, 2024
b0f4d47
Bump bats from 1.10.0 to 1.11.0 (#325)
dependabot[bot] Mar 26, 2024
8621497
Fail if attempting to execute git commands in a directory that is not…
ccomendant Apr 11, 2024
896cc0d
Update CHANGELOG
stefanzweifel Apr 12, 2024
4b8a201
Add with ref github.head_ref to README
stefanzweifel Apr 13, 2024
ee55253
Update GPG Signing section in README
stefanzweifel Jul 2, 2024
5f3fa8a
Add docs about .github/workflows pushes
stefanzweifel Jul 6, 2024
efd424d
Fix link to "new feature request"
stefanzweifel Jul 6, 2024
7d779d0
Update Bug Repo Form
stefanzweifel Jul 6, 2024
18157e6
Update bug.yaml
stefanzweifel Jul 6, 2024
55a82ca
Add Section on preventing infinite loops to README
stefanzweifel Jul 6, 2024
be823a7
Bump github/super-linter from 5 to 6 (#335)
dependabot[bot] Jul 8, 2024
ac88237
Bump github/super-linter from 6 to 7 (#342)
dependabot[bot] Sep 2, 2024
e961da7
Update README.md (#343)
Kludex Sep 22, 2024
573710f
docs(README): fix broken protected branch docs link (#346)
scarf005 Oct 4, 2024
050015d
Add Scope/Permissions documentation for PATs
stefanzweifel Oct 6, 2024
0b492c0
Bump bats from 1.11.0 to 1.11.1 (#353)
dependabot[bot] Dec 2, 2024
032ffbe
Include `github.actor_id` in default `commit_author`
parkerbxyz Jan 10, 2025
e348103
Merge pull request #354 from parkerbxyz/patch-1
stefanzweifel Jan 11, 2025
e357260
Update CHANGELOG
stefanzweifel Jan 11, 2025
c86fa26
Replace Yarn with NPM
stefanzweifel Feb 5, 2025
244febd
Add UPGRADING.md
stefanzweifel Feb 5, 2025
cec27bd
Fix Typo
stefanzweifel Feb 5, 2025
9fa4cb9
Merge pull request #314 from stefanzweifel/v6/remove-local-branch-switch
stefanzweifel Feb 5, 2025
ad56d4e
Throw error if repo is in detached state
stefanzweifel Feb 5, 2025
1d986f7
Improve Error Message
stefanzweifel Feb 5, 2025
1666a49
Use ref in auto-commit workflow
stefanzweifel Feb 5, 2025
bd434ee
Use ref checkout properly
stefanzweifel Feb 5, 2025
ed295bd
Merge pull request #357 from stefanzweifel/v6-detect-detached-state
stefanzweifel Feb 5, 2025
8a23be4
docs: Update README.md per #354
rasa Mar 13, 2025
e256565
Merge pull request #361 from rasa/patch-1
stefanzweifel Mar 13, 2025
4db797a
Update entrypoint.sh
zMynxx Mar 23, 2025
2ac1043
Update action.yml
zMynxx Mar 23, 2025
12e100d
Update entrypoint.sh
zMynxx Mar 23, 2025
19379b4
Update git-auto-commit.bats
zMynxx Mar 23, 2025
cfd6ac4
Update git-auto-commit.bats
zMynxx Mar 23, 2025
bf425dc
Merge branch 'master' into master
zMynxx Mar 23, 2025
35d037a
Update README.md
zMynxx Mar 23, 2025
11a6e5f
Merge pull request #364 from zmynx/master
stefanzweifel Apr 19, 2025
4f8f3ad
Rename Input and add output
stefanzweifel Apr 19, 2025
8480c68
Add Tests
stefanzweifel Apr 19, 2025
adb37b5
Update README
stefanzweifel Apr 19, 2025
b863ae1
Merge pull request #367 from stefanzweifel/stefanzweifel/git_tag_only…
stefanzweifel Apr 19, 2025
af302a9
Update CHANGELOG
stefanzweifel Apr 19, 2025
739fd03
Merge branch 'master' into v6-next
stefanzweifel May 3, 2025
e7955f7
Emit warning if deprecated/removed options are used
stefanzweifel May 3, 2025
8ddf02d
Add git-auto-commit to warning text
stefanzweifel May 3, 2025
3058f91
Bump bats from 1.11.1 to 1.12.0
dependabot[bot] May 19, 2025
ae11462
Merge pull request #371 from stefanzweifel/dependabot/npm_and_yarn/ba…
stefanzweifel May 19, 2025
7618051
Add deprecated inputs to fix unbound variable issue
stefanzweifel May 28, 2025
6494dc6
Fix PAT instructions with Dependabot
Dreamsorcerer May 28, 2025
b001e5f
Apply suggestions from code review
stefanzweifel Jun 2, 2025
ddb7ae4
Merge pull request #376 from Dreamsorcerer/patch-1
stefanzweifel Jun 2, 2025
3cc016c
Merge pull request #375 from stefanzweifel/v6-next
stefanzweifel Jun 10, 2025
a82d80a
Update CHANGELOG
stefanzweifel Jun 10, 2025
33b203d
Disable Check if Repo is in Detached State
stefanzweifel Jun 11, 2025
778341a
Merge pull request #379 from stefanzweifel/disable-detached-state-check
stefanzweifel Jun 11, 2025
66f124b
Update CHANGELOG
stefanzweifel Jun 11, 2025
f9017b2
Update README to use v6 in examples
stefanzweifel Jun 13, 2025
6371fed
Bump stefanzweifel/git-auto-commit-action from 5 to 6
dependabot[bot] Jun 16, 2025
01d77ca
Merge pull request #382 from stefanzweifel/dependabot/github_actions/…
stefanzweifel Jun 16, 2025
7ddc571
Bump actions/checkout from 4 to 5
dependabot[bot] Aug 18, 2025
2da8d96
Restore skip_fetch, skip_checkout, create_branch
stefanzweifel Sep 17, 2025
5fe35a0
Restore Tests
stefanzweifel Sep 17, 2025
d330c71
Remove warnings of deprecated inputs
stefanzweifel Sep 17, 2025
9a49026
Update Tests
stefanzweifel Sep 17, 2025
858005f
Switch to Node24
stefanzweifel Sep 22, 2025
d2e5cae
Merge pull request #389 from stefanzweifel/v7-node-24
stefanzweifel Sep 22, 2025
e9f84b9
feature: allow using custom tag message
Sep 24, 2025
d185485
Enable Detached State Check
stefanzweifel Sep 30, 2025
acbe8b1
Merge pull request #393 from stefanzweifel/v7-warn-detached-head
stefanzweifel Sep 30, 2025
a531dec
Merge pull request #386 from stefanzweifel/dependabot/github_actions/…
stefanzweifel Oct 12, 2025
a88dc49
Merge pull request #388 from stefanzweifel/v7-next
stefanzweifel Oct 12, 2025
1949701
Merge branch 'master' into pr/391
stefanzweifel Oct 12, 2025
e8684eb
Fix Tests
stefanzweifel Oct 12, 2025
d7ee275
Change internal variable names
stefanzweifel Oct 12, 2025
c40819a
Update README
stefanzweifel Oct 12, 2025
698fd76
Merge pull request #391 from EliasBoulharts/custom-tag-message
stefanzweifel Oct 12, 2025
28e16e8
Release preparations for v7 (#394)
stefanzweifel Oct 12, 2025
8fa7f5a
Update CHANGELOG
stefanzweifel Oct 12, 2025
547c140
Bump bats from 1.12.0 to 1.13.0 (#398)
dependabot[bot] Nov 10, 2025
65c5677
docs: fix typo in README.md (#400)
GideonBear Dec 3, 2025
1e49d50
Add skip_push input option (#401)
kvanzuijlen Dec 17, 2025
04702ed
Bump actions/checkout from 5 to 6 (#399)
dependabot[bot] Dec 17, 2025
b811de3
Update CHANGELOG
stefanzweifel Dec 17, 2025
6739571
Add Note about persist-credentials to README
stefanzweifel Jan 3, 2026
e4b712e
Add Security Policy
stefanzweifel Jan 17, 2026
df21a76
Remove Security Link from config.yml
stefanzweifel Jan 17, 2026
fc84150
Add alternative actions
stefanzweifel Jan 19, 2026
4fc4bbf
Bump release-drafter/release-drafter from 6 to 7 (#403)
dependabot[bot] Mar 16, 2026
f53a62c
README: clearify meaning of the repository field (#404)
gucio321 Mar 22, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 10 additions & 5 deletions .github/ISSUE_TEMPLATE/bug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ body:
- type: markdown
attributes:
value: |
Before opening a bug report, please search for the behaviour in the existing issues.
Before opening a bug report, please search for the behaviour in existing issues or discussions.

---

Expand All @@ -17,7 +17,7 @@ body:
description: "Which exact version of git-auto-commit are you using in your Workflow?"
placeholder: "v4.14.0"
validations:
required: true
required: true
- type: dropdown
id: machine
attributes:
Expand All @@ -33,7 +33,7 @@ body:
id: bug-description
attributes:
label: Bug description
description: What exactly happened?
description: What exactly happened? Please describe your problem in detail.
validations:
required: true
- type: textarea
Expand All @@ -52,13 +52,18 @@ body:
id: example-workflow
attributes:
label: Example Workflow
description: Please share your GitHub Actions workflow which causes the bug. We use this to reproduce the error. No need for backticks here.
description: Please share the YAML-code of your GitHub Actions workflow which causes the bug. We use this to reproduce the error. If the workflow is in a private repostory, please provide a minimal example. (No need for backticks here, the pasted code will be correctly formatted.)
render: yaml
validations:
required: true
- type: textarea
id: logs
attributes:
label: Relevant log output
description: If applicable, provide relevant log output. No need for backticks here.
description: If applicable, provide relevant log output. Please copy and paste the output here, and make sure to remove any sensitive information. (No need for backticks here, the pasted code will be correctly formatted.)
render: shell
- type: input
id: repository-url
attributes:
label: Repository
description: If applicable, please provide the repository where the bug occurred.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ contact_links:
url: https://github.com/stefanzweifel/git-auto-commit-action/discussions/new?category=help
about: If you can't get something to work the way you expect, open a question in our discussion forums.
- name: Feature Request
url: https://github.com/tailwindlabs/tailwindcss/discussions/new?category=ideas
about: 'Suggest any ideas you have using our discussion forums.'
url: https://github.com/stefanzweifel/git-auto-commit-action/discussions/new?category=ideas
about: "Suggest any ideas you have using our discussion forums."
3 changes: 3 additions & 0 deletions .github/SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Security Policy

If you discover any security related issues, please email stefan@stefanzweifel.dev instead of using the issue tracker.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
2 changes: 1 addition & 1 deletion .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ categories:
- 'changelog:changed'
- title: Deprecated
labels:
- 'changelog:deprecated '
- 'changelog:deprecated'
- title: Removed
labels:
- 'changelog:removed'
Expand Down
13 changes: 10 additions & 3 deletions .github/workflows/git-auto-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,24 @@ jobs:
git-auto-commit:
runs-on: ubuntu-latest

permissions:
# Give the default GITHUB_TOKEN write permission.
# https://github.blog/changelog/2023-02-02-github-actions-updating-the-default-github_token-permissions-to-read-only/
contents: write

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v6
with:
ref: ${{ github.head_ref }}

- name: Use git-auto-commit-action
id: "auto-commit-action"
uses: ./

- name: "no changes detected"
if: steps.auto-commit-action.outputs.changes_detected == false
if: steps.auto-commit-action.outputs.changes_detected == 'false'
run: "echo \"No changes detected\""

- name: "changes detected"
if: steps.auto-commit-action.outputs.changes_detected == true
if: steps.auto-commit-action.outputs.changes_detected == 'true'
run: "echo \"Changes detected\""
4 changes: 2 additions & 2 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:

steps:
- name: Checkout Code
uses: actions/checkout@v2
uses: actions/checkout@v6

- name: Lint Code Base
uses: github/super-linter@v3
uses: github/super-linter@v7
env:
VALIDATE_ALL_CODEBASE: false
VALIDATE_MARKDOWN: false
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,13 @@ on:
jobs:
update_release_draft:
runs-on: ubuntu-latest

permissions:
# Give the default GITHUB_TOKEN write permission.
# https://github.blog/changelog/2023-02-02-github-actions-updating-the-default-github_token-permissions-to-read-only/
contents: write

steps:
- uses: release-drafter/release-drafter@v5
- uses: release-drafter/release-drafter@v7
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v6

- name: Install testing dependencies
run: yarn install
Expand Down
10 changes: 8 additions & 2 deletions .github/workflows/update-changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,15 @@ jobs:
update:
runs-on: ubuntu-latest

permissions:
# Give the default GITHUB_TOKEN write permission to commit and push the
# updated CHANGELOG back to the repository.
# https://github.blog/changelog/2023-02-02-github-actions-updating-the-default-github_token-permissions-to-read-only/
contents: write

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v6
with:
ref: master

Expand All @@ -21,7 +27,7 @@ jobs:
latest-version: ${{ github.event.release.name }}

- name: Commit updated CHANGELOG
uses: stefanzweifel/git-auto-commit-action@v4
uses: stefanzweifel/git-auto-commit-action@v7
with:
branch: master
commit_message: Update CHANGELOG
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/versioning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ on:
jobs:
actions-tagger:
runs-on: windows-latest

permissions:
# Give the default GITHUB_TOKEN write permission.
# https://github.blog/changelog/2023-02-02-github-actions-updating-the-default-github_token-permissions-to-read-only/
contents: write

steps:
- uses: Actions-R-Us/actions-tagger@latest
env:
Expand Down
148 changes: 147 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,156 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased](https://github.com/stefanzweifel/git-auto-commit-action/compare/v4.15.2...HEAD)
## [Unreleased](https://github.com/stefanzweifel/git-auto-commit-action/compare/v7.1.0...HEAD)

> TBD

## [v7.1.0](https://github.com/stefanzweifel/git-auto-commit-action/compare/v7.0.0...v7.1.0) - 2025-12-17

### Added

- Add skip_push input option ([#401](https://github.com/stefanzweifel/git-auto-commit-action/pull/401)) [@kvanzuijlen](https://github.com/@kvanzuijlen)

### Changes

- docs: fix typo in README.md ([#400](https://github.com/stefanzweifel/git-auto-commit-action/pull/400)) [@GideonBear](https://github.com/@GideonBear)

### Dependency Updates

- Bump actions/checkout from 5 to 6 ([#399](https://github.com/stefanzweifel/git-auto-commit-action/pull/399)) [@[dependabot[bot]](https://github.com/apps/dependabot)](https://github.com/@[dependabot[bot]](https://github.com/apps/dependabot))
- Bump bats from 1.12.0 to 1.13.0 ([#398](https://github.com/stefanzweifel/git-auto-commit-action/pull/398)) [@[dependabot[bot]](https://github.com/apps/dependabot)](https://github.com/@[dependabot[bot]](https://github.com/apps/dependabot))

## [v7.0.0](https://github.com/stefanzweifel/git-auto-commit-action/compare/v6.0.1...v7.0.0) - 2025-10-12

### Added

- Restore skip_fetch, skip_checkout, create_branch ([#388](https://github.com/stefanzweifel/git-auto-commit-action/pull/388)) [@stefanzweifel](https://github.com/@stefanzweifel)
- Restore Detached State Detection ([#393](https://github.com/stefanzweifel/git-auto-commit-action/pull/393)) [@stefanzweifel](https://github.com/@stefanzweifel)
- Add Support for Tag Messages ([#391](https://github.com/stefanzweifel/git-auto-commit-action/pull/391)) [@EliasBoulharts](https://github.com/@EliasBoulharts)

### Changed

- Run Action on Node 24 ([#389](https://github.com/stefanzweifel/git-auto-commit-action/pull/389)) [@stefanzweifel](https://github.com/@stefanzweifel)

### Dependency Updates

- Bump actions/checkout from 4 to 5 ([#386](https://github.com/stefanzweifel/git-auto-commit-action/pull/386)) [@[dependabot[bot]](https://github.com/apps/dependabot)](https://github.com/@[dependabot[bot]](https://github.com/apps/dependabot))

## [v6.0.1](https://github.com/stefanzweifel/git-auto-commit-action/compare/v6.0.0...v6.0.1) - 2025-06-11

### Fixed

- Disable Check if Repo is in Detached State ([#379](https://github.com/stefanzweifel/git-auto-commit-action/pull/379)) [@stefanzweifel](https://github.com/@stefanzweifel)

## [v6.0.0](https://github.com/stefanzweifel/git-auto-commit-action/compare/v5.2.0...v6.0.0) - 2025-06-10

### Added

- Throw error early if repository is in a detached state ([#357](https://github.com/stefanzweifel/git-auto-commit-action/pull/357))

### Fixed

- Fix PAT instructions with Dependabot ([#376](https://github.com/stefanzweifel/git-auto-commit-action/pull/376)) [@Dreamsorcerer](https://github.com/@Dreamsorcerer)

### Removed

- Remove support for `create_branch`, `skip_checkout`, `skip_Fetch` ([#314](https://github.com/stefanzweifel/git-auto-commit-action/pull/314))

## [v5.2.0](https://github.com/stefanzweifel/git-auto-commit-action/compare/v5.1.0...v5.2.0) - 2025-04-19

### Added

- Add `create_git_tag_only` option to skip commiting and always create a git-tag. ([#364](https://github.com/stefanzweifel/git-auto-commit-action/pull/364)) [@zMynxx](https://github.com/@zMynxx)
- Add Test for `create_git_tag_only` feature ([#367](https://github.com/stefanzweifel/git-auto-commit-action/pull/367)) [@stefanzweifel](https://github.com/@stefanzweifel)

### Fixed

- docs: Update README.md per #354 ([#361](https://github.com/stefanzweifel/git-auto-commit-action/pull/361)) [@rasa](https://github.com/@rasa)

## [v5.1.0](https://github.com/stefanzweifel/git-auto-commit-action/compare/v5.0.1...v5.1.0) - 2025-01-11

### Changed

- Include `github.actor_id` in default `commit_author` ([#354](https://github.com/stefanzweifel/git-auto-commit-action/pull/354)) [@parkerbxyz](https://github.com/@parkerbxyz)

### Fixed

- docs(README): fix broken protected branch docs link ([#346](https://github.com/stefanzweifel/git-auto-commit-action/pull/346)) [@scarf005](https://github.com/@scarf005)
- Update README.md ([#343](https://github.com/stefanzweifel/git-auto-commit-action/pull/343)) [@Kludex](https://github.com/@Kludex)

### Dependency Updates

- Bump bats from 1.11.0 to 1.11.1 ([#353](https://github.com/stefanzweifel/git-auto-commit-action/pull/353)) [@dependabot](https://github.com/@dependabot)
- Bump github/super-linter from 6 to 7 ([#342](https://github.com/stefanzweifel/git-auto-commit-action/pull/342)) [@dependabot](https://github.com/@dependabot)
- Bump github/super-linter from 5 to 6 ([#335](https://github.com/stefanzweifel/git-auto-commit-action/pull/335)) [@dependabot](https://github.com/@dependabot)

## [v5.0.1](https://github.com/stefanzweifel/git-auto-commit-action/compare/v5.0.0...v5.0.1) - 2024-04-12

### Fixed

- Fail if attempting to execute git commands in a directory that is not a git-repo. ([#326](https://github.com/stefanzweifel/git-auto-commit-action/pull/326)) [@ccomendant](https://github.com/@ccomendant)

### Dependency Updates

- Bump bats from 1.10.0 to 1.11.0 ([#325](https://github.com/stefanzweifel/git-auto-commit-action/pull/325)) [@dependabot](https://github.com/@dependabot)
- Bump release-drafter/release-drafter from 5 to 6 ([#319](https://github.com/stefanzweifel/git-auto-commit-action/pull/319)) [@dependabot](https://github.com/@dependabot)

### Misc

- Clarify `commit_author` input option ([#315](https://github.com/stefanzweifel/git-auto-commit-action/pull/315)) [@npanuhin](https://github.com/@npanuhin)
- Add step id explanation for output in README.md ([#324](https://github.com/stefanzweifel/git-auto-commit-action/pull/324)) [@ChristianVermeulen](https://github.com/@ChristianVermeulen)
- Linux is not UNIX ([#321](https://github.com/stefanzweifel/git-auto-commit-action/pull/321)) [@couling](https://github.com/@couling)

## [v5.0.0](https://github.com/stefanzweifel/git-auto-commit-action/compare/v4.16.0...v5.0.0) - 2023-10-06

New major release that bumps the default runtime to Node 20. There are no other breaking changes.

### Changed

- Update node version to node20 ([#300](https://github.com/stefanzweifel/git-auto-commit-action/pull/300)) [@ryudaitakai](https://github.com/@ryudaitakai)
- Add _log and _set_github_output functions ([#273](https://github.com/stefanzweifel/git-auto-commit-action/pull/273)) [@stefanzweifel](https://github.com/@stefanzweifel)

### Fixed

- Seems like there is an extra space ([#288](https://github.com/stefanzweifel/git-auto-commit-action/pull/288)) [@pedroamador](https://github.com/@pedroamador)
- Fix git-auto-commit.yml ([#277](https://github.com/stefanzweifel/git-auto-commit-action/pull/277)) [@zcong1993](https://github.com/@zcong1993)

### Dependency Updates

- Bump actions/checkout from 3 to 4 ([#302](https://github.com/stefanzweifel/git-auto-commit-action/pull/302)) [@dependabot](https://github.com/@dependabot)
- Bump bats from 1.9.0 to 1.10.0 ([#293](https://github.com/stefanzweifel/git-auto-commit-action/pull/293)) [@dependabot](https://github.com/@dependabot)
- Bump github/super-linter from 4 to 5 ([#289](https://github.com/stefanzweifel/git-auto-commit-action/pull/289)) [@dependabot](https://github.com/@dependabot)
- Bump bats from 1.8.2 to 1.9.0 ([#282](https://github.com/stefanzweifel/git-auto-commit-action/pull/282)) [@dependabot](https://github.com/@dependabot)

## [v4.16.0](https://github.com/stefanzweifel/git-auto-commit-action/compare/v4.15.4...v4.16.0) - 2022-12-02

### Changed

- Don't commit files when only LF/CRLF changes ([#265](https://github.com/stefanzweifel/git-auto-commit-action/pull/265)) [@ZeroRin](https://github.com/@ZeroRin)
- Update default email address of github-actions[bot] ([#264](https://github.com/stefanzweifel/git-auto-commit-action/pull/264)) [@Teko012](https://github.com/@Teko012)

### Fixed

- Fix link and text for workflow limitation ([#263](https://github.com/stefanzweifel/git-auto-commit-action/pull/263)) [@Teko012](https://github.com/@Teko012)

## [v4.15.4](https://github.com/stefanzweifel/git-auto-commit-action/compare/v4.15.3...v4.15.4) - 2022-11-05

### Fixed

- Let Action fail if git binary can't be located ([#261](https://github.com/stefanzweifel/git-auto-commit-action/pull/261)) [@stefanzweifel](https://github.com/@stefanzweifel)

### Dependency Updates

- Bump github/super-linter from 3 to 4 ([#258](https://github.com/stefanzweifel/git-auto-commit-action/pull/258)) [@dependabot](https://github.com/@dependabot)
- Bump bats from 1.7.0 to 1.8.2 ([#259](https://github.com/stefanzweifel/git-auto-commit-action/pull/259)) [@dependabot](https://github.com/@dependabot)
- Bump actions/checkout from 2 to 3 ([#257](https://github.com/stefanzweifel/git-auto-commit-action/pull/257)) [@dependabot](https://github.com/@dependabot)

## [v4.15.3](https://github.com/stefanzweifel/git-auto-commit-action/compare/v4.15.2...v4.15.3) - 2022-10-26

### Changed

- Use deprecated set-output syntax if GITHUB_OUTPUT environment is not available ([#255](https://github.com/stefanzweifel/git-auto-commit-action/pull/255)) [@stefanzweifel](https://github.com/@stefanzweifel)

## [v4.15.2](https://github.com/stefanzweifel/git-auto-commit-action/compare/v4.15.1...v4.15.2) - 2022-10-22

### Changed
Expand Down
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting the project team at hello@stefanzweifel.io. All
reported by contacting the project team at stefan@stefanzweifel.dev. All
complaints will be reviewed and investigated and will result in a response that
is deemed necessary and appropriate to the circumstances. The project team is
obligated to maintain confidentiality with regard to the reporter of an incident.
Expand Down
Loading