From 85bc213f04445a9bb8f19e5d45d6ecd7acccf841 Mon Sep 17 00:00:00 2001 From: Alexis Saettler Date: Thu, 11 Feb 2021 18:09:58 +0100 Subject: [PATCH] docs: add semantic-release-github-pullrequest to list of community plugins (#1790) --- docs/extending/plugins-list.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/extending/plugins-list.md b/docs/extending/plugins-list.md index f7217de7..1d2a826d 100644 --- a/docs/extending/plugins-list.md +++ b/docs/extending/plugins-list.md @@ -91,6 +91,9 @@ - [semantic-release-github-pages](https://github.com/qiwi/semantic-release-gh-pages-plugin) - `verifyConditions`: Verify the presence of the auth token set via environment variables. - `publish`: Pushes commit to the documentation branch. +- [semantic-release-github-pullrequest](https://github.com/asbiin/semantic-release-github-pullrequest) + - `verifyConditions`: Verify the presence and the validity of the GitHub authentication and other configuration. + - `publish`: Create a branch to upload all assets and create the pull request on the base branch on GitHub. - [leiningen-semantic-release](https://github.com/NoxHarmonium/leiningen-semantic-release) - `verifyConditions`: Checks the project.clj is syntactically valid. - `prepare`: Update the project.clj version and package the output jar file.