Compare commits

...

2 Commits

Author SHA1 Message Date
Stefan Zweifel
cec27bde37
Fix Typo 2025-02-05 15:59:51 +01:00
Stefan Zweifel
244febd79d
Add UPGRADING.md 2025-02-05 15:57:55 +01:00

10
UPGRADING.md Normal file
View File

@ -0,0 +1,10 @@
# Upgrading
## From v5 to v6
The following options have been removed from git-auto-commit and can be removed from your workflows.
- `create_branch` (git-auto-commit no longer switches branches locally during a workflow run)
- `skip_fetch`
- `skip_checkout`