diff --git a/CHANGELOG.md b/CHANGELOG.md index a57cc5953..d29345f17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# v10.3.0 (Fri Nov 06 2020) + +#### 🚀 Enhancement + +- `@auto-it/released` + - Don't add release comment to PRs created by bots [#1637](https://github.com/intuit/auto/pull/1637) ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 1 + +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v10.2.5 (Fri Nov 06 2020) ### Release Notes diff --git a/docs/pages/docs/configuration/non-npm.mdx b/docs/pages/docs/configuration/non-npm.mdx index fffbcdd5a..2144432c3 100644 --- a/docs/pages/docs/configuration/non-npm.mdx +++ b/docs/pages/docs/configuration/non-npm.mdx @@ -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/v10.2.5/auto-linux.gz | gunzip > ~/auto +curl -vkL -o - https://github.com/intuit/auto/releases/download/v10.3.0/auto-linux.gz | gunzip > ~/auto # Make auto executable chmod a+x ~/auto ``` diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index aaecc3038..82375f25e 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,3 +1,15 @@ +# v10.3.0 (Fri Nov 06 2020) + +#### 🚀 Enhancement + +- Don't add release comment to PRs created by bots [#1637](https://github.com/intuit/auto/pull/1637) ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 1 + +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v10.2.5 (Fri Nov 06 2020) ### Release Notes diff --git a/plugins/released/CHANGELOG.md b/plugins/released/CHANGELOG.md index 0437f41b3..57af1a36b 100644 --- a/plugins/released/CHANGELOG.md +++ b/plugins/released/CHANGELOG.md @@ -1,3 +1,20 @@ +# v10.3.0 (Fri Nov 06 2020) + +#### 🚀 Enhancement + +- Don't add release comment to PRs created by bots [#1637](https://github.com/intuit/auto/pull/1637) ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### 🐛 Bug Fix + +- add "includeBotPrs" options ([@hipstersmoothie](https://github.com/hipstersmoothie)) +- ignore bot accounts in release comments ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 1 + +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v10.2.5 (Fri Nov 06 2020) ### Release Notes