Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -951,6 +951,15 @@
"test",
"code"
]
},
{
"login": "premsreelathasugeendran",
"name": "Prem Sugeendran",
"avatar_url": "https://avatars.githubusercontent.com/u/271522295?v=4",
"profile": "http://https//www.youtube.com/watch?v=v8xL53fo8Q4",
"contributions": [
"code"
]
}
],
"commitConvention": "none"
Expand Down
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# v11.3.7 (Thu Jun 18 2026)

:tada: This release contains work from a new contributor! :tada:

Thank you, Prem Sugeendran ([@premsreelathasugeendran](https://github.com/premsreelathasugeendran)), for all your work!

#### 🐛 Bug Fix

- `@auto-it/core`
- fix(core): guard against empty release in graduation check [#2531](https://github.com/intuit/auto/pull/2531) ([@sugarmanz](https://github.com/sugarmanz))

#### 📝 Documentation

- `@auto-it/jira`
- docs: fix typo "teh" → "the" in jira plugin JSDoc [#2529](https://github.com/intuit/auto/pull/2529) ([@premsreelathasugeendran](https://github.com/premsreelathasugeendran))

#### Authors: 2

- Jeremiah Zucker ([@sugarmanz](https://github.com/sugarmanz))
- Prem Sugeendran ([@premsreelathasugeendran](https://github.com/premsreelathasugeendran))

---

# v11.3.6 (Fri Nov 14 2025)

:tada: This release contains work from a new contributor! :tada:
Expand Down
6 changes: 3 additions & 3 deletions Formula/auto.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
class Auto < Formula
desc "Generate releases based on semantic version labels on pull requests."
homepage "https://intuit.github.io/auto"
url "https://github.com/intuit/auto/releases/download/v11.3.6/auto-macos.gz"
version "v11.3.6"
sha256 "28c394929f879361ff256e9fd3b105265f1ad56f6375ecc5802b6bf8dc5a3fcf"
url "https://github.com/intuit/auto/releases/download/v11.3.7/auto-macos.gz"
version "v11.3.7"
sha256 "842d2655fe5f8a3f225e4dd94f3948fb4e66e75e77d635ec0f35dde27f6f7b05"

def install
libexec.install Dir["*"]
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,9 @@ Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds
<td align="center"><a href="https://alienfast.com/"><img src="https://avatars.githubusercontent.com/u/136564?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Kevin Ross</b></sub></a><br /><a href="https://github.com/intuit/auto/commits?author=rosskevin" title="Documentation">📖</a> <a href="https://github.com/intuit/auto/commits?author=rosskevin" title="Tests">⚠️</a> <a href="https://github.com/intuit/auto/commits?author=rosskevin" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/sfc-gh-alisowski"><img src="https://avatars.githubusercontent.com/u/196691327?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Andrew Lisowski</b></sub></a><br /><a href="https://github.com/intuit/auto/commits?author=sfc-gh-alisowski" title="Documentation">📖</a> <a href="https://github.com/intuit/auto/commits?author=sfc-gh-alisowski" title="Tests">⚠️</a> <a href="https://github.com/intuit/auto/commits?author=sfc-gh-alisowski" title="Code">💻</a></td>
</tr>
<tr>
<td align="center"><a href="http://https//www.youtube.com/watch?v=v8xL53fo8Q4"><img src="https://avatars.githubusercontent.com/u/271522295?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Prem Sugeendran</b></sub></a><br /><a href="https://github.com/intuit/auto/commits?author=premsreelathasugeendran" title="Code">💻</a></td>
</tr>
</table>

<!-- markdownlint-restore -->
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/docs/configuration/non-npm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Simply download the appropriate version for your operating system and make it ex

```bash
# Download a platform specific version of auto
curl -vkL -o - https://github.com/intuit/auto/releases/download/v11.3.6/auto-linux.gz | gunzip > ~/auto
curl -vkL -o - https://github.com/intuit/auto/releases/download/v11.3.7/auto-linux.gz | gunzip > ~/auto
# Make auto executable
chmod a+x ~/auto
```
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "11.3.6",
"version": "11.3.7",
"npmClient": "yarn",
"packages": [
"packages/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/bot-list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@auto-it/bot-list",
"main": "dist/index.js",
"description": "A list of bots for auto plugins to ignore",
"version": "11.3.6",
"version": "11.3.7",
"license": "MIT",
"author": {
"name": "Andrew Lisowski",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "dist/bin/index.js",
"types": "dist/index.d.ts",
"description": "CLI tools to help facilitate semantic versioning based on GitHub PR labels",
"version": "11.3.6",
"version": "11.3.7",
"license": "MIT",
"author": {
"name": "Andrew Lisowski",
Expand Down
13 changes: 13 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# v11.3.7 (Thu Jun 18 2026)

#### 🐛 Bug Fix

- fix(core): guard against empty release in graduation check [#2531](https://github.com/intuit/auto/pull/2531) ([@sugarmanz](https://github.com/sugarmanz))
- fix(core): guard against empty release in graduation check ([@sugarmanz](https://github.com/sugarmanz))

#### Authors: 1

- Jeremiah Zucker ([@sugarmanz](https://github.com/sugarmanz))

---

# v11.3.3 (Fri Nov 14 2025)

#### 🐛 Bug Fix
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/core",
"version": "11.3.6",
"version": "11.3.7",
"description": "Node API for using auto.",
"main": "dist/auto.js",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/package-json-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"description": "Shared utilities for parsing information from a package.json",
"version": "11.3.6",
"version": "11.3.7",
"license": "MIT",
"author": {
"name": "Andrew Lisowski",
Expand Down
2 changes: 1 addition & 1 deletion plugins/all-contributors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/all-contributors",
"version": "11.3.6",
"version": "11.3.7",
"main": "dist/index.js",
"description": "Automatically add contributors as changelogs are produced.",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion plugins/brew/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/brew",
"version": "11.3.6",
"version": "11.3.7",
"main": "dist/index.js",
"description": "Automate the creation of Homebrew formulae.",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion plugins/chrome/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/chrome",
"version": "11.3.6",
"version": "11.3.7",
"main": "dist/index.js",
"description": "Chrome publishing plugin for auto",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion plugins/cocoapods/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/cocoapods",
"version": "11.3.6",
"version": "11.3.7",
"main": "dist/index.js",
"description": "Use auto to version your cocoapod",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion plugins/conventional-commits/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/conventional-commits",
"version": "11.3.6",
"version": "11.3.7",
"main": "dist/index.js",
"description": "Conventional commit plugin for auto",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion plugins/crates/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/crates",
"version": "11.3.6",
"version": "11.3.7",
"main": "dist/index.js",
"description": "Deploy Rust crates to crates.io",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion plugins/docker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/docker",
"version": "11.3.6",
"version": "11.3.7",
"main": "dist/index.js",
"description": "Facilitates publishing built images to a Docker Registry.",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion plugins/exec/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/exec",
"version": "11.3.6",
"version": "11.3.7",
"main": "dist/index.js",
"description": "Tap into select hooks and run a command on the terminal",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion plugins/first-time-contributor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/first-time-contributor",
"version": "11.3.6",
"version": "11.3.7",
"main": "dist/index.js",
"description": "Thank first time contributors for their work right in your release notes.",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion plugins/gem/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/gem",
"version": "11.3.6",
"version": "11.3.7",
"main": "dist/index.js",
"description": "",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion plugins/gh-pages/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/gh-pages",
"version": "11.3.6",
"version": "11.3.7",
"main": "dist/index.js",
"description": "Automate publishing to your gh-pages documentation website",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion plugins/git-tag/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/git-tag",
"version": "11.3.6",
"version": "11.3.7",
"main": "dist/index.js",
"description": "Manage your projects version through just a git tag",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion plugins/gradle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/gradle",
"version": "11.3.6",
"version": "11.3.7",
"main": "dist/index.js",
"description": "A plugin that calls gradle-release-plugin with versioning information.",
"license": "MIT",
Expand Down
20 changes: 20 additions & 0 deletions plugins/jira/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# v11.3.7 (Thu Jun 18 2026)

:tada: This release contains work from a new contributor! :tada:

Thank you, Prem Sugeendran ([@premsreelathasugeendran](https://github.com/premsreelathasugeendran)), for all your work!

#### 🐛 Bug Fix

- docs: fix typo "teh" → "the" in jira plugin JSDoc ([@premsreelathasugeendran](https://github.com/premsreelathasugeendran))

#### 📝 Documentation

- docs: fix typo "teh" → "the" in jira plugin JSDoc [#2529](https://github.com/intuit/auto/pull/2529) ([@premsreelathasugeendran](https://github.com/premsreelathasugeendran))

#### Authors: 1

- Prem Sugeendran ([@premsreelathasugeendran](https://github.com/premsreelathasugeendran))

---

# v11.3.3 (Fri Nov 14 2025)

#### 🐛 Bug Fix
Expand Down
2 changes: 1 addition & 1 deletion plugins/jira/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/jira",
"version": "11.3.6",
"version": "11.3.7",
"main": "dist/index.js",
"description": "Jira plugin for auto",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion plugins/magic-zero/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/magic-zero",
"version": "11.3.6",
"version": "11.3.7",
"main": "dist/index.js",
"description": "A plugin that closely adheres to semver versioning for 0.0.x and 0.x.y releases",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion plugins/maven/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/maven",
"version": "11.3.6",
"version": "11.3.7",
"main": "dist/index.js",
"description": "Maven publishing plugin for auto",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion plugins/microsoft-teams/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/microsoft-teams",
"version": "11.3.6",
"version": "11.3.7",
"main": "dist/index.js",
"description": "Microsoft Teams plugin for auto",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion plugins/npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/npm",
"version": "11.3.6",
"version": "11.3.7",
"main": "dist/index.js",
"description": "NPM publishing plugin for auto",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion plugins/omit-commits/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/omit-commits",
"version": "11.3.6",
"version": "11.3.7",
"main": "dist/index.js",
"description": "Omit commits plugin for auto",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion plugins/omit-release-notes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/omit-release-notes",
"version": "11.3.6",
"version": "11.3.7",
"main": "dist/index.js",
"description": "Omit release notes plugin for auto",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion plugins/pr-body-labels/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/pr-body-labels",
"version": "11.3.6",
"version": "11.3.7",
"main": "dist/index.js",
"description": "Allow outside contributors to indicate what semver label should be applied to the Pull Request",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion plugins/protected-branch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/protected-branch",
"version": "11.3.6",
"version": "11.3.7",
"main": "dist/index.js",
"description": "Handle Github branch protections",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion plugins/released/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/released",
"version": "11.3.6",
"version": "11.3.7",
"main": "dist/index.js",
"description": "Released plugin for auto. Comments with version + extra",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion plugins/s3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/s3",
"version": "11.3.6",
"version": "11.3.7",
"main": "dist/index.js",
"description": "Post your built artifacts to s3",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion plugins/sbt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/sbt",
"version": "11.3.6",
"version": "11.3.7",
"main": "dist/index.js",
"description": "Publish Scala projects with sbt",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion plugins/slack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/slack",
"version": "11.3.6",
"version": "11.3.7",
"main": "dist/index.js",
"description": "Slack plugin for auto",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion plugins/twitter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/twitter",
"version": "11.3.6",
"version": "11.3.7",
"main": "dist/index.js",
"description": "Twitter plugin for auto",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion plugins/upload-assets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/upload-assets",
"version": "11.3.6",
"version": "11.3.7",
"main": "dist/index.js",
"description": "Upload assets plugin for auto",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion plugins/version-file/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/version-file",
"version": "11.3.6",
"version": "11.3.7",
"main": "dist/index.js",
"description": "",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion plugins/vscode/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/vscode",
"version": "11.3.6",
"version": "11.3.7",
"main": "dist/index.js",
"description": "Publish an vscode extension",
"license": "MIT",
Expand Down