diff --git a/README.md b/README.md index b63b562d8..22ffb5186 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,7 @@ Auto has an extensive plugin system and wide variety of official plugins. Make a - [gh-pages](./plugins/gh-pages) - Automate publishing to your gh-pages documentation website - [jira](./plugins/jira) - Include Jira story links in the changelog - [magic-zero](./plugins/magic-zero) - A plugin that closely adheres to semver versioning for 0.0.x and 0.x.y releases +- [microsoft-teams](./plugins/microsoft-teams) - Post your release notes to a Microsoft teams channel - [omit-commits](./plugins/omit-commits) - Ignore commits base on name, email, subject, labels, and username - [omit-release-notes](./plugins/omit-release-notes) - Ignore release notes in PRs made by certain accounts - [pr-body-labels](./plugins/pr-body-labels) - Allow outside contributors to indicate what semver label should be applied to the Pull Request diff --git a/docs/pages/docs/_sidebar.mdx b/docs/pages/docs/_sidebar.mdx index b6a69bd15..114c57ac7 100644 --- a/docs/pages/docs/_sidebar.mdx +++ b/docs/pages/docs/_sidebar.mdx @@ -67,6 +67,7 @@ Functionality Plugins - [GitHub Pages](./generated/gh-pages) - [Jira](./generated/jira) - [Magic Zero](./generated/magic-zero) +- [Microsoft Teams](./generated/microsoft-teams) - [Omit Commits](./generated/omit-commits) - [Omit Release Notes](./generated/omit-release-notes) - [PR Body Labels](./generated/pr-body-labels) diff --git a/plugins/microsoft-teams/README.md b/plugins/microsoft-teams/README.md index 7996e97cc..4d55ef20b 100644 --- a/plugins/microsoft-teams/README.md +++ b/plugins/microsoft-teams/README.md @@ -1,6 +1,6 @@ # Microsoft-Teams Plugin -Microsoft Teams plugin for auto +Post your release notes to a Microsoft teams channel. ## Installation