v10.12.0
Release Notes
Support "main" as a default "baseBranch" (#1736)
Many communities, both on GitHub and in the wider Git community, are considering renaming the default branch name of their repository from master to main.
This pull request add default support for a main branch instead of master. If main is detected then that will be used as the baseBranch without the need for any configuration.
Why
The community is shifting.
Todo:
- Add tests
- Add docs
Change Type
Indicate the type of change your pull request is:
-
documentation -
patch -
minor -
major
🚀 Enhancement
auto,@auto-it/core,@auto-it/conventional-commits,@auto-it/crates,@auto-it/docker,@auto-it/jira,@auto-it/npm,@auto-it/released,@auto-it/vscode- Support "main" as a default "baseBranch" #1736 (@hipstersmoothie)
Authors: 1
- Andrew Lisowski (@hipstersmoothie)