Skip to content

v9.45.0

Choose a tag to compare

@adierkens adierkens released this 13 Jul 20:16
· 2059 commits to main since this release

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

Authors: 1