From 6220641aba44720834669176e452228988dd0f74 Mon Sep 17 00:00:00 2001 From: Pierre Vanduynslager Date: Fri, 30 Nov 2018 03:11:45 -0500 Subject: [PATCH] docs: add `@semantic-release/apm` to plugins list --- 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 3320f1ad..dcda4217 100644 --- a/docs/extending/plugins-list.md +++ b/docs/extending/plugins-list.md @@ -32,6 +32,10 @@ - `publish`: Execute a shell command to publish the release - `success`: Execute a shell command to notify of a new release - `fail`: Execute a shell command to notify of a failed release +- [@semantic-release/apm](https://github.com/semantic-release/apm) + - `verifyConditions`: Verify the presence of the ATOM_ACCESS_TOKEN environment variable and the apm CLI + - `prepare`: Update the package.json version with npm version + - `publish`: Publish the Atom package ## Community plugins