docs: add community plugin semantic-release-pub (#2981)

This commit is contained in:
Joshua Tang 2023-09-23 11:19:07 +10:00 committed by GitHub
parent 84f2ee9374
commit 7bbf1e804a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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