Skip to content

Commit

Permalink
Merge branch 'intuit:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
ykhandelwal913 authored Jun 20, 2024
2 parents d1ed309 + 335fadb commit 01707cc
Show file tree
Hide file tree
Showing 49 changed files with 271 additions and 88 deletions.
19 changes: 19 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -860,6 +860,25 @@
"test",
"code"
]
},
{
"login": "UpstartMPotnick",
"name": "Mark Potnick",
"avatar_url": "https://avatars.githubusercontent.com/u/105386012?v=4",
"profile": "https://github.com/UpstartMPotnick",
"contributions": [
"test",
"code"
]
},
{
"login": "MichaelRyanWebber",
"name": "MichaelRyanWebber",
"avatar_url": "https://avatars.githubusercontent.com/u/7769437?v=4",
"profile": "https://github.com/MichaelRyanWebber",
"contributions": [
"code"
]
}
],
"commitConvention": "none"
Expand Down
65 changes: 65 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,68 @@
# v11.1.6 (Thu Apr 04 2024)

#### ⚠️ Pushed to `main`

- `@auto-it/slack`
- improve long slack message chunking by chunking at newlines ([@hipstersmoothie](https://github.com/hipstersmoothie))

#### Authors: 1

- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))

---

# v11.1.5 (Thu Apr 04 2024)

#### 🐛 Bug Fix

- `@auto-it/slack`
- fix chunking large changelogs [#2453](https://github.com/intuit/auto/pull/2453) ([@hipstersmoothie](https://github.com/hipstersmoothie))

#### Authors: 1

- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))

---

# v11.1.4 (Thu Apr 04 2024)

#### 🐛 Bug Fix

- `@auto-it/upload-assets`
- Fix uploading conflicting canary assets [#2451](https://github.com/intuit/auto/pull/2451) ([@hipstersmoothie](https://github.com/hipstersmoothie))

#### Authors: 1

- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))

---

# v11.1.3 (Wed Apr 03 2024)

#### 🐛 Bug Fix

- `@auto-it/core`
- Fix rare issue with canary id from git sha [#2448](https://github.com/intuit/auto/pull/2448) ([@MichaelRyanWebber](https://github.com/MichaelRyanWebber))

#### Authors: 1

- [@MichaelRyanWebber](https://github.com/MichaelRyanWebber)

---

# v11.1.2 (Wed Mar 20 2024)

#### 🐛 Bug Fix

- `@auto-it/npm`
- fix: remove extra quotes surrounding commitMessage [#2445](https://github.com/intuit/auto/pull/2445) ([@UpstartMPotnick](https://github.com/UpstartMPotnick))

#### Authors: 1

- Mark Potnick ([@UpstartMPotnick](https://github.com/UpstartMPotnick))

---

# v11.1.1 (Sat Feb 24 2024)

#### 🐛 Bug Fix
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.1.1/auto-macos.gz"
version "v11.1.1"
sha256 "e414e30408176d8b0b10de3b33283ac4680e5c6c62de49ebc97c68b541161724"
url "https://github.com/intuit/auto/releases/download/v11.1.6/auto-macos.gz"
version "v11.1.6"
sha256 "bd28829b13a3f5e62610e400b64f68546dd2ebdec79d7d2da82f9323c9ead953"

def install
libexec.install Dir["*"]
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,8 @@ Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds
<td align="center"><a href="https://www.heywesty.com/"><img src="https://avatars.githubusercontent.com/u/73201?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Jack Westbrook</b></sub></a><br /><a href="https://github.com/intuit/auto/commits?author=jackw" title="Documentation">📖</a> <a href="https://github.com/intuit/auto/commits?author=jackw" title="Tests">⚠️</a> <a href="https://github.com/intuit/auto/commits?author=jackw" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/jazmon"><img src="https://avatars.githubusercontent.com/u/3680110?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Atte Huhtakangas</b></sub></a><br /><a href="https://github.com/intuit/auto/commits?author=jazmon" title="Documentation">📖</a> <a href="https://github.com/intuit/auto/commits?author=jazmon" title="Tests">⚠️</a> <a href="https://github.com/intuit/auto/commits?author=jazmon" title="Code">💻</a></td>
<td align="center"><a href="http://ruhkopf.name/"><img src="https://avatars.githubusercontent.com/u/558375?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Patrick Ruhkopf</b></sub></a><br /><a href="https://github.com/intuit/auto/commits?author=restfulhead" title="Tests">⚠️</a> <a href="https://github.com/intuit/auto/commits?author=restfulhead" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/UpstartMPotnick"><img src="https://avatars.githubusercontent.com/u/105386012?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Mark Potnick</b></sub></a><br /><a href="https://github.com/intuit/auto/commits?author=UpstartMPotnick" title="Tests">⚠️</a> <a href="https://github.com/intuit/auto/commits?author=UpstartMPotnick" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/MichaelRyanWebber"><img src="https://avatars.githubusercontent.com/u/7769437?v=4?s=100" width="100px;" alt=""/><br /><sub><b>MichaelRyanWebber</b></sub></a><br /><a href="https://github.com/intuit/auto/commits?author=MichaelRyanWebber" title="Code">💻</a></td>
</tr>
</table>

Expand All @@ -327,7 +329,7 @@ Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds

<!-- ALL-CONTRIBUTORS-LIST:END -->

This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind welcome!
This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification, contributions of any kind welcome!

### Adding a Contributor

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.1.1/auto-linux.gz | gunzip > ~/auto
curl -vkL -o - https://github.com/intuit/auto/releases/download/v11.1.6/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.1.1",
"version": "11.1.6",
"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.1.1",
"version": "11.1.6",
"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.1.1",
"version": "11.1.6",
"license": "MIT",
"author": {
"name": "Andrew Lisowski",
Expand Down
18 changes: 18 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# v11.1.3 (Wed Apr 03 2024)

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

Thank you, null[@MichaelRyanWebber](https://github.com/MichaelRyanWebber), for all your work!

#### 🐛 Bug Fix

- Fix rare issue with canary id from git sha [#2448](https://github.com/intuit/auto/pull/2448) ([@MichaelRyanWebber](https://github.com/MichaelRyanWebber))
- add comment ([@MichaelRyanWebber](https://github.com/MichaelRyanWebber))
- In the rare case that the first 7 characters of a git sha contains only numbers and begins with 0, SemVer will reject the canaryIdentifier. In such cases, make sure we include enough of the sha to get a letter. ([@MichaelRyanWebber](https://github.com/MichaelRyanWebber))

#### Authors: 1

- [@MichaelRyanWebber](https://github.com/MichaelRyanWebber)

---

# v11.1.1 (Sat Feb 24 2024)

:tada: This release contains work from a new contributor! :tada:
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.1.1",
"version": "11.1.6",
"description": "Node API for using auto.",
"main": "dist/auto.js",
"license": "MIT",
Expand Down
11 changes: 8 additions & 3 deletions packages/core/src/auto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1310,9 +1310,14 @@ export default class Auto {
}

if (!pr || !build) {
canaryIdentifier = `${canaryIdentifier}.${(
await this.git.getSha(true)
).slice(0, 7)}`;
const sha = await this.git.getSha();
// If the commit sha is a 7 digit number starting with zero
// SemVer will reject the version. Include enough of the sha
// to include at least one letter in that case.
const endIndex = /^0\d{6}/.test(sha) ?
sha.search(/[a-zA-Z]/) + 1
: 7;
canaryIdentifier = `${canaryIdentifier}.${sha.slice(0, endIndex)}`;
}

canaryIdentifier = `-canary${canaryIdentifier}`;
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.1.1",
"version": "11.1.6",
"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.1.1",
"version": "11.1.6",
"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.1.1",
"version": "11.1.6",
"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.1.1",
"version": "11.1.6",
"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.1.1",
"version": "11.1.6",
"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.1.1",
"version": "11.1.6",
"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.1.1",
"version": "11.1.6",
"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.1.1",
"version": "11.1.6",
"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.1.1",
"version": "11.1.6",
"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.1.1",
"version": "11.1.6",
"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.1.1",
"version": "11.1.6",
"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.1.1",
"version": "11.1.6",
"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.1.1",
"version": "11.1.6",
"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.1.1",
"version": "11.1.6",
"main": "dist/index.js",
"description": "A plugin that calls gradle-release-plugin with versioning information.",
"license": "MIT",
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.1.1",
"version": "11.1.6",
"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.1.1",
"version": "11.1.6",
"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.1.1",
"version": "11.1.6",
"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.1.1",
"version": "11.1.6",
"main": "dist/index.js",
"description": "Microsoft Teams plugin for auto",
"license": "MIT",
Expand Down
18 changes: 18 additions & 0 deletions plugins/npm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# v11.1.2 (Wed Mar 20 2024)

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

Thank you, Mark Potnick ([@UpstartMPotnick](https://github.com/UpstartMPotnick)), for all your work!

#### 🐛 Bug Fix

- fix: remove extra quotes surrounding commitMessage [#2445](https://github.com/intuit/auto/pull/2445) ([@UpstartMPotnick](https://github.com/UpstartMPotnick))
- test: update test ([@UpstartMPotnick](https://github.com/UpstartMPotnick))
- fix: remove extra quotes surrounding commitMessage ([@UpstartMPotnick](https://github.com/UpstartMPotnick))

#### Authors: 1

- Mark Potnick ([@UpstartMPotnick](https://github.com/UpstartMPotnick))

---

# v11.1.0 (Fri Feb 23 2024)

#### 🚀 Enhancement
Expand Down
Loading

0 comments on commit 01707cc

Please sign in to comment.