v9.45.0
Release Notes
From #1371
Previously auto would mark unlabelled PRs as patch. You can now configure what label will be applied as the default when calculating SEMVER bumps and adding PRs to changelogs.
To configure a default label add the default property and set it to true.
{
"labels": [
{
"name": "Version: Minor",
"releaseType": "minor",
"default": true
}
]
}🚀 Enhancement
@auto-it/core,@auto-it/conventional-commits,@auto-it/jira,@auto-it/npm,@auto-it/released,@auto-it/slack- allow default SEMVER label to be configured #1371 (@hipstersmoothie)
Authors: 1
- Andrew Lisowski (@hipstersmoothie)