Skip to content

Commit

Permalink
docs: add community plugin semantic-release-pull-request-analyzer (#3242
Browse files Browse the repository at this point in the history
)
  • Loading branch information
bobvanderlinden committed Apr 2, 2024
1 parent 0b0cf4c commit 9fababa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/extending/plugins-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,3 +198,7 @@
- `verifyConditions`: Verify the environment variable `HACKAGE_TOKEN`
- `prepare`: Update the version of .cabal file and create the distribution package (.tar)
- `publish`: Publish the release candidate to the specified repository in Hackage
- [semantic-release-pull-request-analyzer](https://github.com/bobvanderlinden/semantic-release-pull-request-analyzer)
- `verifyConditions` Verify configuration options and existance of GitHub token.
- `analyzeCommits` Determine the type of release by analyzing merged GitHub pull requests and their labels.
- `generateNotes` Generates release notes using [GitHub release notes generator](https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes).

0 comments on commit 9fababa

Please sign in to comment.