Skip to content

Commit 1803b36

Browse files
Merge pull request #2508 from intuit/protected-release-6f8552eb85bab35917658180ac7921dcde83c377
Automatic release
2 parents e760fca + 6f8552e commit 1803b36

File tree

42 files changed

+106
-39
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+106
-39
lines changed

.all-contributorsrc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -898,6 +898,16 @@
898898
"test",
899899
"code"
900900
]
901+
},
902+
{
903+
"login": "SimeonC",
904+
"name": "Simeon Cheeseman",
905+
"avatar_url": "https://avatars.githubusercontent.com/u/1085899?v=4",
906+
"profile": "https://github.com/SimeonC",
907+
"contributions": [
908+
"test",
909+
"code"
910+
]
901911
}
902912
],
903913
"commitConvention": "none"

CHANGELOG.md

Lines changed: 23 additions & 0 deletions

Formula/auto.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
class Auto < Formula
22
desc "Generate releases based on semantic version labels on pull requests."
33
homepage "https://intuit.github.io/auto"
4-
url "https://github.com/intuit/auto/releases/download/v11.3.0/auto-macos.gz"
5-
version "v11.3.0"
6-
sha256 "c7527afe74d8469b3c52fb2c753cec7dbed5d9a7618fa9231697af0d76c00a77"
4+
url "https://github.com/intuit/auto/releases/download/v11.3.1/auto-macos.gz"
5+
version "v11.3.1"
6+
sha256 "6105b2c7fe4caa0a5265fbcbf603a87393861dfcd862e9f1221945adad8133ac"
77

88
def install
99
libexec.install Dir["*"]

README.md

Lines changed: 1 addition & 0 deletions

docs/pages/docs/configuration/non-npm.mdx

Lines changed: 1 addition & 1 deletion

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "11.3.0",
2+
"version": "11.3.1",
33
"npmClient": "yarn",
44
"packages": [
55
"packages/*",

packages/bot-list/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@auto-it/bot-list",
33
"main": "dist/index.js",
44
"description": "A list of bots for auto plugins to ignore",
5-
"version": "11.3.0",
5+
"version": "11.3.1",
66
"license": "MIT",
77
"author": {
88
"name": "Andrew Lisowski",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"main": "dist/bin/index.js",
55
"types": "dist/index.d.ts",
66
"description": "CLI tools to help facilitate semantic versioning based on GitHub PR labels",
7-
"version": "11.3.0",
7+
"version": "11.3.1",
88
"license": "MIT",
99
"author": {
1010
"name": "Andrew Lisowski",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@auto-it/core",
3-
"version": "11.3.0",
3+
"version": "11.3.1",
44
"description": "Node API for using auto.",
55
"main": "dist/auto.js",
66
"license": "MIT",

packages/package-json-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"main": "dist/index.js",
44
"types": "dist/index.d.ts",
55
"description": "Shared utilities for parsing information from a package.json",
6-
"version": "11.3.0",
6+
"version": "11.3.1",
77
"license": "MIT",
88
"author": {
99
"name": "Andrew Lisowski",

0 commit comments

Comments
 (0)