github intuit/auto v9.45.0

latest releases: v11.3.0, v11.2.1, v11.2.0...
5 years ago

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

Don't miss a new auto release

NewReleases is sending notifications on new releases.