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.