docs: add @semantic-release/apm to plugins list

This commit is contained in:
Pierre Vanduynslager 2018-11-30 03:11:45 -05:00
parent 1f6d8e3ee1
commit 862ffbe512

View File

@ -32,6 +32,10 @@
- `publish`: Execute a shell command to publish the release - `publish`: Execute a shell command to publish the release
- `success`: Execute a shell command to notify of a new release - `success`: Execute a shell command to notify of a new release
- `fail`: Execute a shell command to notify of a failed 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 ## Community plugins