Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add Microsoft teams plugins to sidebar and root readme #1907

Merged
merged 1 commit into from Mar 22, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions docs/pages/docs/_sidebar.mdx
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion 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

Expand Down