From 7bbf1e804abda67ba2af4e9946dbff440db162e6 Mon Sep 17 00:00:00 2001 From: Joshua Tang Date: Sat, 23 Sep 2023 11:19:07 +1000 Subject: [PATCH] docs: add community plugin `semantic-release-pub` (#2981) --- docs/extending/plugins-list.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/extending/plugins-list.md b/docs/extending/plugins-list.md index faa02850..93ba6729 100644 --- a/docs/extending/plugins-list.md +++ b/docs/extending/plugins-list.md @@ -187,3 +187,7 @@ - `prepare` Update the `package.json` version and create the package tarball. - `addChannel` Add a tag for the release. - `publish` Publish to the npm registry. +- [semantic-release-pub](https://github.com/zeshuaro/semantic-release-pub) + - `verifyConditions`: Verify the presence of the `pub.dev` authentication and release configuration + - `prepare`: Update the `pubspec.yaml` version + - `publish`: Publish the package onto the `pub.dev` registry