From cfc10039f37c9401810b5b0d168727358f41aec6 Mon Sep 17 00:00:00 2001 From: Cedric van Putten Date: Thu, 18 Oct 2018 14:52:17 +0200 Subject: [PATCH] docs: add semantic-release-expo to plugins list --- 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 cff3fa19..3f30bcc5 100644 --- a/docs/extending/plugins-list.md +++ b/docs/extending/plugins-list.md @@ -59,3 +59,6 @@ - `publish`: Submit the generated archives to the webstore for review, and publish the item including release notes - [semantic-release-gerrit](https://github.com/pascalMN/semantic-release-gerrit) - `generateNotes`: Generate release notes with Gerrit reviews URL +- [semantic-release-expo](https://github.com/bycedric/semantic-release-expo) + - `verifyConditions`: Verify Expo manifest(s) are readable and valid. + - `prepare`: Update version, ios build number and android version code in the Expo manifest(s).