From 9f6899d143d15e37056467e49e4b53fa075ffe0e Mon Sep 17 00:00:00 2001 From: Andrew Lisowski Date: Mon, 11 Jan 2021 11:49:30 -0800 Subject: [PATCH] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 23 +++++++++++++++ docs/pages/docs/configuration/non-npm.mdx | 2 +- packages/cli/CHANGELOG.md | 21 ++++++++++++++ packages/core/CHANGELOG.md | 22 +++++++++++++++ plugins/all-contributors/CHANGELOG.md | 21 ++++++++++++++ plugins/brew/CHANGELOG.md | 21 ++++++++++++++ plugins/chrome/CHANGELOG.md | 21 ++++++++++++++ plugins/cocoapods/CHANGELOG.md | 31 +++++++++++++++++++++ plugins/conventional-commits/CHANGELOG.md | 21 ++++++++++++++ plugins/crates/CHANGELOG.md | 21 ++++++++++++++ plugins/docker/CHANGELOG.md | 21 ++++++++++++++ plugins/exec/CHANGELOG.md | 21 ++++++++++++++ plugins/first-time-contributor/CHANGELOG.md | 21 ++++++++++++++ plugins/gem/CHANGELOG.md | 21 ++++++++++++++ plugins/gh-pages/CHANGELOG.md | 21 ++++++++++++++ plugins/git-tag/CHANGELOG.md | 21 ++++++++++++++ plugins/gradle/CHANGELOG.md | 21 ++++++++++++++ plugins/jira/CHANGELOG.md | 21 ++++++++++++++ plugins/maven/CHANGELOG.md | 21 ++++++++++++++ plugins/microsoft-teams/CHANGELOG.md | 21 ++++++++++++++ plugins/npm/CHANGELOG.md | 22 +++++++++++++++ plugins/omit-commits/CHANGELOG.md | 21 ++++++++++++++ plugins/omit-release-notes/CHANGELOG.md | 21 ++++++++++++++ plugins/pr-body-labels/CHANGELOG.md | 21 ++++++++++++++ plugins/released/CHANGELOG.md | 21 ++++++++++++++ plugins/s3/CHANGELOG.md | 21 ++++++++++++++ plugins/slack/CHANGELOG.md | 21 ++++++++++++++ plugins/twitter/CHANGELOG.md | 21 ++++++++++++++ plugins/upload-assets/CHANGELOG.md | 21 ++++++++++++++ plugins/vscode/CHANGELOG.md | 21 ++++++++++++++ 30 files changed, 624 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e2a73a8b..840c6d74e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ +# v10.6.0 (Mon Jan 11 2021) + +:tada: This release contains work from a new contributor! :tada: + +Thank you, Andrew Leedham ([@AndrewLeedham](https://github.com/AndrewLeedham)), for all your work! + +#### 🚀 Enhancement + +- `@auto-it/core`, `@auto-it/cocoapods` + - feat: tag canaries for cocoapods plugin [#1702](https://github.com/intuit/auto/pull/1702) ([@hborawski](https://github.com/hborawski)) + +#### 🐛 Bug Fix + +- `@auto-it/npm` + - fix npm plugin git tag splitting [#1705](https://github.com/intuit/auto/pull/1705) ([@AndrewLeedham](https://github.com/AndrewLeedham)) + +#### Authors: 2 + +- Andrew Leedham ([@AndrewLeedham](https://github.com/AndrewLeedham)) +- Harris Borawski ([@hborawski](https://github.com/hborawski)) + +--- + # v10.5.1 (Fri Jan 08 2021) #### 🐛 Bug Fix diff --git a/docs/pages/docs/configuration/non-npm.mdx b/docs/pages/docs/configuration/non-npm.mdx index 123f7c2a1..262c944ed 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.5.1/auto-linux.gz | gunzip > ~/auto +curl -vkL -o - https://github.com/intuit/auto/releases/download/v10.6.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 1997feff0..9aa363184 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,3 +1,24 @@ +# v10.6.0 (Mon Jan 11 2021) + +:tada: This release contains work from a new contributor! :tada: + +Thank you, Andrew Leedham ([@AndrewLeedham](https://github.com/AndrewLeedham)), for all your work! + +#### 🚀 Enhancement + +- feat: tag canaries for cocoapods plugin [#1702](https://github.com/intuit/auto/pull/1702) ([@hborawski](https://github.com/hborawski)) + +#### 🐛 Bug Fix + +- fix npm plugin git tag splitting [#1705](https://github.com/intuit/auto/pull/1705) ([@AndrewLeedham](https://github.com/AndrewLeedham)) + +#### Authors: 2 + +- Andrew Leedham ([@AndrewLeedham](https://github.com/AndrewLeedham)) +- Harris Borawski ([@hborawski](https://github.com/hborawski)) + +--- + # v10.5.1 (Fri Jan 08 2021) #### 🔩 Dependency Updates diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 2a87a67ac..4020b1750 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,3 +1,25 @@ +# v10.6.0 (Mon Jan 11 2021) + +:tada: This release contains work from a new contributor! :tada: + +Thank you, Andrew Leedham ([@AndrewLeedham](https://github.com/AndrewLeedham)), for all your work! + +#### 🚀 Enhancement + +- feat: tag canaries for cocoapods plugin [#1702](https://github.com/intuit/auto/pull/1702) ([@hborawski](https://github.com/hborawski)) + +#### 🐛 Bug Fix + +- fix npm plugin git tag splitting [#1705](https://github.com/intuit/auto/pull/1705) ([@AndrewLeedham](https://github.com/AndrewLeedham)) +- fix: get remote repo from octokit for the current PR ([@hborawski](https://github.com/hborawski)) + +#### Authors: 2 + +- Andrew Leedham ([@AndrewLeedham](https://github.com/AndrewLeedham)) +- Harris Borawski ([@hborawski](https://github.com/hborawski)) + +--- + # v10.5.1 (Fri Jan 08 2021) #### 🐛 Bug Fix diff --git a/plugins/all-contributors/CHANGELOG.md b/plugins/all-contributors/CHANGELOG.md index 95fc5f10e..20b26211b 100644 --- a/plugins/all-contributors/CHANGELOG.md +++ b/plugins/all-contributors/CHANGELOG.md @@ -1,3 +1,24 @@ +# v10.6.0 (Mon Jan 11 2021) + +:tada: This release contains work from a new contributor! :tada: + +Thank you, Andrew Leedham ([@AndrewLeedham](https://github.com/AndrewLeedham)), for all your work! + +#### 🚀 Enhancement + +- feat: tag canaries for cocoapods plugin [#1702](https://github.com/intuit/auto/pull/1702) ([@hborawski](https://github.com/hborawski)) + +#### 🐛 Bug Fix + +- fix npm plugin git tag splitting [#1705](https://github.com/intuit/auto/pull/1705) ([@AndrewLeedham](https://github.com/AndrewLeedham)) + +#### Authors: 2 + +- Andrew Leedham ([@AndrewLeedham](https://github.com/AndrewLeedham)) +- Harris Borawski ([@hborawski](https://github.com/hborawski)) + +--- + # v10.5.1 (Fri Jan 08 2021) #### 🔩 Dependency Updates diff --git a/plugins/brew/CHANGELOG.md b/plugins/brew/CHANGELOG.md index 1c0f6b2b5..ed579253b 100644 --- a/plugins/brew/CHANGELOG.md +++ b/plugins/brew/CHANGELOG.md @@ -1,3 +1,24 @@ +# v10.6.0 (Mon Jan 11 2021) + +:tada: This release contains work from a new contributor! :tada: + +Thank you, Andrew Leedham ([@AndrewLeedham](https://github.com/AndrewLeedham)), for all your work! + +#### 🚀 Enhancement + +- feat: tag canaries for cocoapods plugin [#1702](https://github.com/intuit/auto/pull/1702) ([@hborawski](https://github.com/hborawski)) + +#### 🐛 Bug Fix + +- fix npm plugin git tag splitting [#1705](https://github.com/intuit/auto/pull/1705) ([@AndrewLeedham](https://github.com/AndrewLeedham)) + +#### Authors: 2 + +- Andrew Leedham ([@AndrewLeedham](https://github.com/AndrewLeedham)) +- Harris Borawski ([@hborawski](https://github.com/hborawski)) + +--- + # v10.5.1 (Fri Jan 08 2021) #### 🔩 Dependency Updates diff --git a/plugins/chrome/CHANGELOG.md b/plugins/chrome/CHANGELOG.md index c96eecec2..b916ed817 100644 --- a/plugins/chrome/CHANGELOG.md +++ b/plugins/chrome/CHANGELOG.md @@ -1,3 +1,24 @@ +# v10.6.0 (Mon Jan 11 2021) + +:tada: This release contains work from a new contributor! :tada: + +Thank you, Andrew Leedham ([@AndrewLeedham](https://github.com/AndrewLeedham)), for all your work! + +#### 🚀 Enhancement + +- feat: tag canaries for cocoapods plugin [#1702](https://github.com/intuit/auto/pull/1702) ([@hborawski](https://github.com/hborawski)) + +#### 🐛 Bug Fix + +- fix npm plugin git tag splitting [#1705](https://github.com/intuit/auto/pull/1705) ([@AndrewLeedham](https://github.com/AndrewLeedham)) + +#### Authors: 2 + +- Andrew Leedham ([@AndrewLeedham](https://github.com/AndrewLeedham)) +- Harris Borawski ([@hborawski](https://github.com/hborawski)) + +--- + # v10.5.1 (Fri Jan 08 2021) #### 🔩 Dependency Updates diff --git a/plugins/cocoapods/CHANGELOG.md b/plugins/cocoapods/CHANGELOG.md index e535d8e46..3f24ac09b 100644 --- a/plugins/cocoapods/CHANGELOG.md +++ b/plugins/cocoapods/CHANGELOG.md @@ -1,3 +1,34 @@ +# v10.6.0 (Mon Jan 11 2021) + +:tada: This release contains work from a new contributor! :tada: + +Thank you, Andrew Leedham ([@AndrewLeedham](https://github.com/AndrewLeedham)), for all your work! + +#### 🚀 Enhancement + +- feat: tag canaries for cocoapods plugin [#1702](https://github.com/intuit/auto/pull/1702) ([@hborawski](https://github.com/hborawski)) + +#### 🐛 Bug Fix + +- fix: get remote repo from octokit for the current PR ([@hborawski](https://github.com/hborawski)) +- fix npm plugin git tag splitting [#1705](https://github.com/intuit/auto/pull/1705) ([@AndrewLeedham](https://github.com/AndrewLeedham)) +- test: add tests for dryRun logging ([@hborawski](https://github.com/hborawski)) +- add more tests ([@hborawski](https://github.com/hborawski)) +- remove unused capture group in regex ([@hborawski](https://github.com/hborawski)) +- fix: if no PR number, default to auto.remote instead of fetching from octokit ([@hborawski](https://github.com/hborawski)) +- fix: remove duplicate canary in version ([@hborawski](https://github.com/hborawski)) +- fix: only commit in version hook ([@hborawski](https://github.com/hborawski)) +- fix: dont rewrite source location in version hook since the canary rewrite isnt committed ([@hborawski](https://github.com/hborawski)) +- refactor: dont use git tags, rewrite the source line to point to the commit ([@hborawski](https://github.com/hborawski)) +- feat: tag canaries for cocoapods plugin ([@hborawski](https://github.com/hborawski)) + +#### Authors: 2 + +- Andrew Leedham ([@AndrewLeedham](https://github.com/AndrewLeedham)) +- Harris Borawski ([@hborawski](https://github.com/hborawski)) + +--- + # v10.5.1 (Fri Jan 08 2021) #### 🔩 Dependency Updates diff --git a/plugins/conventional-commits/CHANGELOG.md b/plugins/conventional-commits/CHANGELOG.md index 2530595ee..f57205fb7 100644 --- a/plugins/conventional-commits/CHANGELOG.md +++ b/plugins/conventional-commits/CHANGELOG.md @@ -1,3 +1,24 @@ +# v10.6.0 (Mon Jan 11 2021) + +:tada: This release contains work from a new contributor! :tada: + +Thank you, Andrew Leedham ([@AndrewLeedham](https://github.com/AndrewLeedham)), for all your work! + +#### 🚀 Enhancement + +- feat: tag canaries for cocoapods plugin [#1702](https://github.com/intuit/auto/pull/1702) ([@hborawski](https://github.com/hborawski)) + +#### 🐛 Bug Fix + +- fix npm plugin git tag splitting [#1705](https://github.com/intuit/auto/pull/1705) ([@AndrewLeedham](https://github.com/AndrewLeedham)) + +#### Authors: 2 + +- Andrew Leedham ([@AndrewLeedham](https://github.com/AndrewLeedham)) +- Harris Borawski ([@hborawski](https://github.com/hborawski)) + +--- + # v10.5.1 (Fri Jan 08 2021) #### 🔩 Dependency Updates diff --git a/plugins/crates/CHANGELOG.md b/plugins/crates/CHANGELOG.md index d9234f2f1..88727eb9e 100644 --- a/plugins/crates/CHANGELOG.md +++ b/plugins/crates/CHANGELOG.md @@ -1,3 +1,24 @@ +# v10.6.0 (Mon Jan 11 2021) + +:tada: This release contains work from a new contributor! :tada: + +Thank you, Andrew Leedham ([@AndrewLeedham](https://github.com/AndrewLeedham)), for all your work! + +#### 🚀 Enhancement + +- feat: tag canaries for cocoapods plugin [#1702](https://github.com/intuit/auto/pull/1702) ([@hborawski](https://github.com/hborawski)) + +#### 🐛 Bug Fix + +- fix npm plugin git tag splitting [#1705](https://github.com/intuit/auto/pull/1705) ([@AndrewLeedham](https://github.com/AndrewLeedham)) + +#### Authors: 2 + +- Andrew Leedham ([@AndrewLeedham](https://github.com/AndrewLeedham)) +- Harris Borawski ([@hborawski](https://github.com/hborawski)) + +--- + # v10.5.1 (Fri Jan 08 2021) #### 🔩 Dependency Updates diff --git a/plugins/docker/CHANGELOG.md b/plugins/docker/CHANGELOG.md index f6ef83f41..e95fa5824 100644 --- a/plugins/docker/CHANGELOG.md +++ b/plugins/docker/CHANGELOG.md @@ -1,3 +1,24 @@ +# v10.6.0 (Mon Jan 11 2021) + +:tada: This release contains work from a new contributor! :tada: + +Thank you, Andrew Leedham ([@AndrewLeedham](https://github.com/AndrewLeedham)), for all your work! + +#### 🚀 Enhancement + +- feat: tag canaries for cocoapods plugin [#1702](https://github.com/intuit/auto/pull/1702) ([@hborawski](https://github.com/hborawski)) + +#### 🐛 Bug Fix + +- fix npm plugin git tag splitting [#1705](https://github.com/intuit/auto/pull/1705) ([@AndrewLeedham](https://github.com/AndrewLeedham)) + +#### Authors: 2 + +- Andrew Leedham ([@AndrewLeedham](https://github.com/AndrewLeedham)) +- Harris Borawski ([@hborawski](https://github.com/hborawski)) + +--- + # v10.5.1 (Fri Jan 08 2021) #### 🔩 Dependency Updates diff --git a/plugins/exec/CHANGELOG.md b/plugins/exec/CHANGELOG.md index bf8c2cee4..73f18a22f 100644 --- a/plugins/exec/CHANGELOG.md +++ b/plugins/exec/CHANGELOG.md @@ -1,3 +1,24 @@ +# v10.6.0 (Mon Jan 11 2021) + +:tada: This release contains work from a new contributor! :tada: + +Thank you, Andrew Leedham ([@AndrewLeedham](https://github.com/AndrewLeedham)), for all your work! + +#### 🚀 Enhancement + +- feat: tag canaries for cocoapods plugin [#1702](https://github.com/intuit/auto/pull/1702) ([@hborawski](https://github.com/hborawski)) + +#### 🐛 Bug Fix + +- fix npm plugin git tag splitting [#1705](https://github.com/intuit/auto/pull/1705) ([@AndrewLeedham](https://github.com/AndrewLeedham)) + +#### Authors: 2 + +- Andrew Leedham ([@AndrewLeedham](https://github.com/AndrewLeedham)) +- Harris Borawski ([@hborawski](https://github.com/hborawski)) + +--- + # v10.5.1 (Fri Jan 08 2021) #### 🔩 Dependency Updates diff --git a/plugins/first-time-contributor/CHANGELOG.md b/plugins/first-time-contributor/CHANGELOG.md index 01c87d9b1..e99290a0b 100644 --- a/plugins/first-time-contributor/CHANGELOG.md +++ b/plugins/first-time-contributor/CHANGELOG.md @@ -1,3 +1,24 @@ +# v10.6.0 (Mon Jan 11 2021) + +:tada: This release contains work from a new contributor! :tada: + +Thank you, Andrew Leedham ([@AndrewLeedham](https://github.com/AndrewLeedham)), for all your work! + +#### 🚀 Enhancement + +- feat: tag canaries for cocoapods plugin [#1702](https://github.com/intuit/auto/pull/1702) ([@hborawski](https://github.com/hborawski)) + +#### 🐛 Bug Fix + +- fix npm plugin git tag splitting [#1705](https://github.com/intuit/auto/pull/1705) ([@AndrewLeedham](https://github.com/AndrewLeedham)) + +#### Authors: 2 + +- Andrew Leedham ([@AndrewLeedham](https://github.com/AndrewLeedham)) +- Harris Borawski ([@hborawski](https://github.com/hborawski)) + +--- + # v10.5.1 (Fri Jan 08 2021) #### 🔩 Dependency Updates diff --git a/plugins/gem/CHANGELOG.md b/plugins/gem/CHANGELOG.md index 35a5858d1..58515d81f 100644 --- a/plugins/gem/CHANGELOG.md +++ b/plugins/gem/CHANGELOG.md @@ -1,3 +1,24 @@ +# v10.6.0 (Mon Jan 11 2021) + +:tada: This release contains work from a new contributor! :tada: + +Thank you, Andrew Leedham ([@AndrewLeedham](https://github.com/AndrewLeedham)), for all your work! + +#### 🚀 Enhancement + +- feat: tag canaries for cocoapods plugin [#1702](https://github.com/intuit/auto/pull/1702) ([@hborawski](https://github.com/hborawski)) + +#### 🐛 Bug Fix + +- fix npm plugin git tag splitting [#1705](https://github.com/intuit/auto/pull/1705) ([@AndrewLeedham](https://github.com/AndrewLeedham)) + +#### Authors: 2 + +- Andrew Leedham ([@AndrewLeedham](https://github.com/AndrewLeedham)) +- Harris Borawski ([@hborawski](https://github.com/hborawski)) + +--- + # v10.5.1 (Fri Jan 08 2021) #### 🔩 Dependency Updates diff --git a/plugins/gh-pages/CHANGELOG.md b/plugins/gh-pages/CHANGELOG.md index 0bc5c1cea..6976d49ed 100644 --- a/plugins/gh-pages/CHANGELOG.md +++ b/plugins/gh-pages/CHANGELOG.md @@ -1,3 +1,24 @@ +# v10.6.0 (Mon Jan 11 2021) + +:tada: This release contains work from a new contributor! :tada: + +Thank you, Andrew Leedham ([@AndrewLeedham](https://github.com/AndrewLeedham)), for all your work! + +#### 🚀 Enhancement + +- feat: tag canaries for cocoapods plugin [#1702](https://github.com/intuit/auto/pull/1702) ([@hborawski](https://github.com/hborawski)) + +#### 🐛 Bug Fix + +- fix npm plugin git tag splitting [#1705](https://github.com/intuit/auto/pull/1705) ([@AndrewLeedham](https://github.com/AndrewLeedham)) + +#### Authors: 2 + +- Andrew Leedham ([@AndrewLeedham](https://github.com/AndrewLeedham)) +- Harris Borawski ([@hborawski](https://github.com/hborawski)) + +--- + # v10.5.1 (Fri Jan 08 2021) #### 🔩 Dependency Updates diff --git a/plugins/git-tag/CHANGELOG.md b/plugins/git-tag/CHANGELOG.md index f10cbf6c9..ff4a7c321 100644 --- a/plugins/git-tag/CHANGELOG.md +++ b/plugins/git-tag/CHANGELOG.md @@ -1,3 +1,24 @@ +# v10.6.0 (Mon Jan 11 2021) + +:tada: This release contains work from a new contributor! :tada: + +Thank you, Andrew Leedham ([@AndrewLeedham](https://github.com/AndrewLeedham)), for all your work! + +#### 🚀 Enhancement + +- feat: tag canaries for cocoapods plugin [#1702](https://github.com/intuit/auto/pull/1702) ([@hborawski](https://github.com/hborawski)) + +#### 🐛 Bug Fix + +- fix npm plugin git tag splitting [#1705](https://github.com/intuit/auto/pull/1705) ([@AndrewLeedham](https://github.com/AndrewLeedham)) + +#### Authors: 2 + +- Andrew Leedham ([@AndrewLeedham](https://github.com/AndrewLeedham)) +- Harris Borawski ([@hborawski](https://github.com/hborawski)) + +--- + # v10.5.1 (Fri Jan 08 2021) #### 🔩 Dependency Updates diff --git a/plugins/gradle/CHANGELOG.md b/plugins/gradle/CHANGELOG.md index 29368bb3c..74516bf34 100644 --- a/plugins/gradle/CHANGELOG.md +++ b/plugins/gradle/CHANGELOG.md @@ -1,3 +1,24 @@ +# v10.6.0 (Mon Jan 11 2021) + +:tada: This release contains work from a new contributor! :tada: + +Thank you, Andrew Leedham ([@AndrewLeedham](https://github.com/AndrewLeedham)), for all your work! + +#### 🚀 Enhancement + +- feat: tag canaries for cocoapods plugin [#1702](https://github.com/intuit/auto/pull/1702) ([@hborawski](https://github.com/hborawski)) + +#### 🐛 Bug Fix + +- fix npm plugin git tag splitting [#1705](https://github.com/intuit/auto/pull/1705) ([@AndrewLeedham](https://github.com/AndrewLeedham)) + +#### Authors: 2 + +- Andrew Leedham ([@AndrewLeedham](https://github.com/AndrewLeedham)) +- Harris Borawski ([@hborawski](https://github.com/hborawski)) + +--- + # v10.5.1 (Fri Jan 08 2021) #### 🔩 Dependency Updates diff --git a/plugins/jira/CHANGELOG.md b/plugins/jira/CHANGELOG.md index f807f7842..3973b529d 100644 --- a/plugins/jira/CHANGELOG.md +++ b/plugins/jira/CHANGELOG.md @@ -1,3 +1,24 @@ +# v10.6.0 (Mon Jan 11 2021) + +:tada: This release contains work from a new contributor! :tada: + +Thank you, Andrew Leedham ([@AndrewLeedham](https://github.com/AndrewLeedham)), for all your work! + +#### 🚀 Enhancement + +- feat: tag canaries for cocoapods plugin [#1702](https://github.com/intuit/auto/pull/1702) ([@hborawski](https://github.com/hborawski)) + +#### 🐛 Bug Fix + +- fix npm plugin git tag splitting [#1705](https://github.com/intuit/auto/pull/1705) ([@AndrewLeedham](https://github.com/AndrewLeedham)) + +#### Authors: 2 + +- Andrew Leedham ([@AndrewLeedham](https://github.com/AndrewLeedham)) +- Harris Borawski ([@hborawski](https://github.com/hborawski)) + +--- + # v10.5.1 (Fri Jan 08 2021) #### 🔩 Dependency Updates diff --git a/plugins/maven/CHANGELOG.md b/plugins/maven/CHANGELOG.md index 4bc93ec74..01ade8e92 100644 --- a/plugins/maven/CHANGELOG.md +++ b/plugins/maven/CHANGELOG.md @@ -1,3 +1,24 @@ +# v10.6.0 (Mon Jan 11 2021) + +:tada: This release contains work from a new contributor! :tada: + +Thank you, Andrew Leedham ([@AndrewLeedham](https://github.com/AndrewLeedham)), for all your work! + +#### 🚀 Enhancement + +- feat: tag canaries for cocoapods plugin [#1702](https://github.com/intuit/auto/pull/1702) ([@hborawski](https://github.com/hborawski)) + +#### 🐛 Bug Fix + +- fix npm plugin git tag splitting [#1705](https://github.com/intuit/auto/pull/1705) ([@AndrewLeedham](https://github.com/AndrewLeedham)) + +#### Authors: 2 + +- Andrew Leedham ([@AndrewLeedham](https://github.com/AndrewLeedham)) +- Harris Borawski ([@hborawski](https://github.com/hborawski)) + +--- + # v10.5.1 (Fri Jan 08 2021) #### 🔩 Dependency Updates diff --git a/plugins/microsoft-teams/CHANGELOG.md b/plugins/microsoft-teams/CHANGELOG.md index 80627c0a0..1101c9d67 100644 --- a/plugins/microsoft-teams/CHANGELOG.md +++ b/plugins/microsoft-teams/CHANGELOG.md @@ -1,3 +1,24 @@ +# v10.6.0 (Mon Jan 11 2021) + +:tada: This release contains work from a new contributor! :tada: + +Thank you, Andrew Leedham ([@AndrewLeedham](https://github.com/AndrewLeedham)), for all your work! + +#### 🚀 Enhancement + +- feat: tag canaries for cocoapods plugin [#1702](https://github.com/intuit/auto/pull/1702) ([@hborawski](https://github.com/hborawski)) + +#### 🐛 Bug Fix + +- fix npm plugin git tag splitting [#1705](https://github.com/intuit/auto/pull/1705) ([@AndrewLeedham](https://github.com/AndrewLeedham)) + +#### Authors: 2 + +- Andrew Leedham ([@AndrewLeedham](https://github.com/AndrewLeedham)) +- Harris Borawski ([@hborawski](https://github.com/hborawski)) + +--- + # v10.5.1 (Fri Jan 08 2021) #### 🐛 Bug Fix diff --git a/plugins/npm/CHANGELOG.md b/plugins/npm/CHANGELOG.md index da99773bb..cb274ed42 100644 --- a/plugins/npm/CHANGELOG.md +++ b/plugins/npm/CHANGELOG.md @@ -1,3 +1,25 @@ +# v10.6.0 (Mon Jan 11 2021) + +:tada: This release contains work from a new contributor! :tada: + +Thank you, Andrew Leedham ([@AndrewLeedham](https://github.com/AndrewLeedham)), for all your work! + +#### 🚀 Enhancement + +- feat: tag canaries for cocoapods plugin [#1702](https://github.com/intuit/auto/pull/1702) ([@hborawski](https://github.com/hborawski)) + +#### 🐛 Bug Fix + +- fix npm plugin git tag splitting [#1705](https://github.com/intuit/auto/pull/1705) ([@AndrewLeedham](https://github.com/AndrewLeedham)) +- fix npm plugin git tag splitting ([@AndrewLeedham](https://github.com/AndrewLeedham)) + +#### Authors: 2 + +- Andrew Leedham ([@AndrewLeedham](https://github.com/AndrewLeedham)) +- Harris Borawski ([@hborawski](https://github.com/hborawski)) + +--- + # v10.5.1 (Fri Jan 08 2021) #### 🔩 Dependency Updates diff --git a/plugins/omit-commits/CHANGELOG.md b/plugins/omit-commits/CHANGELOG.md index bc1f15ea6..c250c2aee 100644 --- a/plugins/omit-commits/CHANGELOG.md +++ b/plugins/omit-commits/CHANGELOG.md @@ -1,3 +1,24 @@ +# v10.6.0 (Mon Jan 11 2021) + +:tada: This release contains work from a new contributor! :tada: + +Thank you, Andrew Leedham ([@AndrewLeedham](https://github.com/AndrewLeedham)), for all your work! + +#### 🚀 Enhancement + +- feat: tag canaries for cocoapods plugin [#1702](https://github.com/intuit/auto/pull/1702) ([@hborawski](https://github.com/hborawski)) + +#### 🐛 Bug Fix + +- fix npm plugin git tag splitting [#1705](https://github.com/intuit/auto/pull/1705) ([@AndrewLeedham](https://github.com/AndrewLeedham)) + +#### Authors: 2 + +- Andrew Leedham ([@AndrewLeedham](https://github.com/AndrewLeedham)) +- Harris Borawski ([@hborawski](https://github.com/hborawski)) + +--- + # v10.5.1 (Fri Jan 08 2021) #### 🔩 Dependency Updates diff --git a/plugins/omit-release-notes/CHANGELOG.md b/plugins/omit-release-notes/CHANGELOG.md index f988628b2..264e9903b 100644 --- a/plugins/omit-release-notes/CHANGELOG.md +++ b/plugins/omit-release-notes/CHANGELOG.md @@ -1,3 +1,24 @@ +# v10.6.0 (Mon Jan 11 2021) + +:tada: This release contains work from a new contributor! :tada: + +Thank you, Andrew Leedham ([@AndrewLeedham](https://github.com/AndrewLeedham)), for all your work! + +#### 🚀 Enhancement + +- feat: tag canaries for cocoapods plugin [#1702](https://github.com/intuit/auto/pull/1702) ([@hborawski](https://github.com/hborawski)) + +#### 🐛 Bug Fix + +- fix npm plugin git tag splitting [#1705](https://github.com/intuit/auto/pull/1705) ([@AndrewLeedham](https://github.com/AndrewLeedham)) + +#### Authors: 2 + +- Andrew Leedham ([@AndrewLeedham](https://github.com/AndrewLeedham)) +- Harris Borawski ([@hborawski](https://github.com/hborawski)) + +--- + # v10.5.1 (Fri Jan 08 2021) #### 🔩 Dependency Updates diff --git a/plugins/pr-body-labels/CHANGELOG.md b/plugins/pr-body-labels/CHANGELOG.md index 2f339fae2..da4e437d9 100644 --- a/plugins/pr-body-labels/CHANGELOG.md +++ b/plugins/pr-body-labels/CHANGELOG.md @@ -1,3 +1,24 @@ +# v10.6.0 (Mon Jan 11 2021) + +:tada: This release contains work from a new contributor! :tada: + +Thank you, Andrew Leedham ([@AndrewLeedham](https://github.com/AndrewLeedham)), for all your work! + +#### 🚀 Enhancement + +- feat: tag canaries for cocoapods plugin [#1702](https://github.com/intuit/auto/pull/1702) ([@hborawski](https://github.com/hborawski)) + +#### 🐛 Bug Fix + +- fix npm plugin git tag splitting [#1705](https://github.com/intuit/auto/pull/1705) ([@AndrewLeedham](https://github.com/AndrewLeedham)) + +#### Authors: 2 + +- Andrew Leedham ([@AndrewLeedham](https://github.com/AndrewLeedham)) +- Harris Borawski ([@hborawski](https://github.com/hborawski)) + +--- + # v10.5.1 (Fri Jan 08 2021) #### 🔩 Dependency Updates diff --git a/plugins/released/CHANGELOG.md b/plugins/released/CHANGELOG.md index 8c8b9adad..1ee7f6c8c 100644 --- a/plugins/released/CHANGELOG.md +++ b/plugins/released/CHANGELOG.md @@ -1,3 +1,24 @@ +# v10.6.0 (Mon Jan 11 2021) + +:tada: This release contains work from a new contributor! :tada: + +Thank you, Andrew Leedham ([@AndrewLeedham](https://github.com/AndrewLeedham)), for all your work! + +#### 🚀 Enhancement + +- feat: tag canaries for cocoapods plugin [#1702](https://github.com/intuit/auto/pull/1702) ([@hborawski](https://github.com/hborawski)) + +#### 🐛 Bug Fix + +- fix npm plugin git tag splitting [#1705](https://github.com/intuit/auto/pull/1705) ([@AndrewLeedham](https://github.com/AndrewLeedham)) + +#### Authors: 2 + +- Andrew Leedham ([@AndrewLeedham](https://github.com/AndrewLeedham)) +- Harris Borawski ([@hborawski](https://github.com/hborawski)) + +--- + # v10.5.1 (Fri Jan 08 2021) #### 🔩 Dependency Updates diff --git a/plugins/s3/CHANGELOG.md b/plugins/s3/CHANGELOG.md index 6930971e2..c8d964653 100644 --- a/plugins/s3/CHANGELOG.md +++ b/plugins/s3/CHANGELOG.md @@ -1,3 +1,24 @@ +# v10.6.0 (Mon Jan 11 2021) + +:tada: This release contains work from a new contributor! :tada: + +Thank you, Andrew Leedham ([@AndrewLeedham](https://github.com/AndrewLeedham)), for all your work! + +#### 🚀 Enhancement + +- feat: tag canaries for cocoapods plugin [#1702](https://github.com/intuit/auto/pull/1702) ([@hborawski](https://github.com/hborawski)) + +#### 🐛 Bug Fix + +- fix npm plugin git tag splitting [#1705](https://github.com/intuit/auto/pull/1705) ([@AndrewLeedham](https://github.com/AndrewLeedham)) + +#### Authors: 2 + +- Andrew Leedham ([@AndrewLeedham](https://github.com/AndrewLeedham)) +- Harris Borawski ([@hborawski](https://github.com/hborawski)) + +--- + # v10.5.1 (Fri Jan 08 2021) #### 🔩 Dependency Updates diff --git a/plugins/slack/CHANGELOG.md b/plugins/slack/CHANGELOG.md index d140bf1b7..3b7037f38 100644 --- a/plugins/slack/CHANGELOG.md +++ b/plugins/slack/CHANGELOG.md @@ -1,3 +1,24 @@ +# v10.6.0 (Mon Jan 11 2021) + +:tada: This release contains work from a new contributor! :tada: + +Thank you, Andrew Leedham ([@AndrewLeedham](https://github.com/AndrewLeedham)), for all your work! + +#### 🚀 Enhancement + +- feat: tag canaries for cocoapods plugin [#1702](https://github.com/intuit/auto/pull/1702) ([@hborawski](https://github.com/hborawski)) + +#### 🐛 Bug Fix + +- fix npm plugin git tag splitting [#1705](https://github.com/intuit/auto/pull/1705) ([@AndrewLeedham](https://github.com/AndrewLeedham)) + +#### Authors: 2 + +- Andrew Leedham ([@AndrewLeedham](https://github.com/AndrewLeedham)) +- Harris Borawski ([@hborawski](https://github.com/hborawski)) + +--- + # v10.5.1 (Fri Jan 08 2021) #### 🐛 Bug Fix diff --git a/plugins/twitter/CHANGELOG.md b/plugins/twitter/CHANGELOG.md index dbd767c12..7c8394a33 100644 --- a/plugins/twitter/CHANGELOG.md +++ b/plugins/twitter/CHANGELOG.md @@ -1,3 +1,24 @@ +# v10.6.0 (Mon Jan 11 2021) + +:tada: This release contains work from a new contributor! :tada: + +Thank you, Andrew Leedham ([@AndrewLeedham](https://github.com/AndrewLeedham)), for all your work! + +#### 🚀 Enhancement + +- feat: tag canaries for cocoapods plugin [#1702](https://github.com/intuit/auto/pull/1702) ([@hborawski](https://github.com/hborawski)) + +#### 🐛 Bug Fix + +- fix npm plugin git tag splitting [#1705](https://github.com/intuit/auto/pull/1705) ([@AndrewLeedham](https://github.com/AndrewLeedham)) + +#### Authors: 2 + +- Andrew Leedham ([@AndrewLeedham](https://github.com/AndrewLeedham)) +- Harris Borawski ([@hborawski](https://github.com/hborawski)) + +--- + # v10.5.1 (Fri Jan 08 2021) #### 🔩 Dependency Updates diff --git a/plugins/upload-assets/CHANGELOG.md b/plugins/upload-assets/CHANGELOG.md index 4cd9cce0b..9ccabb05c 100644 --- a/plugins/upload-assets/CHANGELOG.md +++ b/plugins/upload-assets/CHANGELOG.md @@ -1,3 +1,24 @@ +# v10.6.0 (Mon Jan 11 2021) + +:tada: This release contains work from a new contributor! :tada: + +Thank you, Andrew Leedham ([@AndrewLeedham](https://github.com/AndrewLeedham)), for all your work! + +#### 🚀 Enhancement + +- feat: tag canaries for cocoapods plugin [#1702](https://github.com/intuit/auto/pull/1702) ([@hborawski](https://github.com/hborawski)) + +#### 🐛 Bug Fix + +- fix npm plugin git tag splitting [#1705](https://github.com/intuit/auto/pull/1705) ([@AndrewLeedham](https://github.com/AndrewLeedham)) + +#### Authors: 2 + +- Andrew Leedham ([@AndrewLeedham](https://github.com/AndrewLeedham)) +- Harris Borawski ([@hborawski](https://github.com/hborawski)) + +--- + # v10.5.1 (Fri Jan 08 2021) #### 🔩 Dependency Updates diff --git a/plugins/vscode/CHANGELOG.md b/plugins/vscode/CHANGELOG.md index 0c43294b0..912606877 100644 --- a/plugins/vscode/CHANGELOG.md +++ b/plugins/vscode/CHANGELOG.md @@ -1,3 +1,24 @@ +# v10.6.0 (Mon Jan 11 2021) + +:tada: This release contains work from a new contributor! :tada: + +Thank you, Andrew Leedham ([@AndrewLeedham](https://github.com/AndrewLeedham)), for all your work! + +#### 🚀 Enhancement + +- feat: tag canaries for cocoapods plugin [#1702](https://github.com/intuit/auto/pull/1702) ([@hborawski](https://github.com/hborawski)) + +#### 🐛 Bug Fix + +- fix npm plugin git tag splitting [#1705](https://github.com/intuit/auto/pull/1705) ([@AndrewLeedham](https://github.com/AndrewLeedham)) + +#### Authors: 2 + +- Andrew Leedham ([@AndrewLeedham](https://github.com/AndrewLeedham)) +- Harris Borawski ([@hborawski](https://github.com/hborawski)) + +--- + # v10.5.1 (Fri Jan 08 2021) #### 🔩 Dependency Updates