From eb708236dfa218a717cde45c80e8967f639c9629 Mon Sep 17 00:00:00 2001 From: Geoffroy Empain Date: Wed, 25 Nov 2020 18:25:48 +0100 Subject: [PATCH] docs: add semantic-release-license-plugin (#1701) This adds a semantic-release-plugin which we use to update our license files (copyright dates and more) based on their type. --- docs/extending/plugins-list.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/extending/plugins-list.md b/docs/extending/plugins-list.md index 191d2d1b..9f7b84e5 100644 --- a/docs/extending/plugins-list.md +++ b/docs/extending/plugins-list.md @@ -113,3 +113,6 @@ - `verifyConditions`: Verify the presence and the validity of the npm authentication and release configuration for multiple registries - `prepare`: Update the package.json version and create the npm package tarball - `publish`: Publish the package on the npm registry for multiple registries +- [semantic-release-license](https://github.com/cbhq/semantic-release-license) Automatically update dates and more in your license file for new releases. + - `verifyConditions`: Verify the presence of a license file + - `prepare`: Update the license file based on its type