From 4a1378d6c7f10f2d429bb64084bbff3bc5761df7 Mon Sep 17 00:00:00 2001 From: Justin Poehnelt Date: Wed, 5 Jul 2023 21:45:48 -0600 Subject: [PATCH] docs(plugins): change to new repo and package name (#2865) chore: change to new repo and package name https://www.npmjs.com/package/@google/semantic-release-replace-plugin now points to `semantic-release-replace-plugin'. --- docs/extending/plugins-list.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extending/plugins-list.md b/docs/extending/plugins-list.md index 88516574..84a00884 100644 --- a/docs/extending/plugins-list.md +++ b/docs/extending/plugins-list.md @@ -107,7 +107,7 @@ - `verifyConditions`: Verify the presence and the validity of the authentication and the assets option configuration. - `publish`: Publish a Gitea release, optionally uploading file assets. - `addChannel`: Update a Gitea release's pre-release field. -- [@google/semantic-release-replace-plugin](https://github.com/google/semantic-release-replace-plugin) +- [semantic-release-replace-plugin](https://github.com/jpoehnelt/semantic-release-replace-plugin) - `prepare`: Replace version strings in files using regex and glob. - [semantic-release-rubygem](https://github.com/Gusto/semantic-release-rubygem) - `verifyConditions`: Locate and validate a `.gemspec` file, locate and validate a `lib/**/version.rb` file, verify the presence of the `GEM_HOST_API_KEY` environment variable, and create a credentials file with the API key.