From 09754ac00134ea7613ec5ec6fa3781392c8f64a0 Mon Sep 17 00:00:00 2001 From: Ed Date: Sat, 5 Oct 2019 21:27:53 +0200 Subject: [PATCH] docs(shareable-configurations-list): add semantic-release-npm-github-publish --- docs/extending/shareable-configurations-list.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/extending/shareable-configurations-list.md b/docs/extending/shareable-configurations-list.md index 8396910a80..f439b2710f 100644 --- a/docs/extending/shareable-configurations-list.md +++ b/docs/extending/shareable-configurations-list.md @@ -11,3 +11,11 @@ - Publishes the same tarball to [npm](https://github.com/semantic-release/npm). - Commits the version change in `package.json`. - Creates or updates a [changelog](https://github.com/semantic-release/changelog) file. +- [semantic-release-npm-github-publish](https://github.com/oleg-koval/semantic-release-npm-github-publish) + - Based on [angular preset](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-angular). + - Adds more keywords for the `chore` **PATCH** release. + - Generates or updates a [changelog](https://github.com/semantic-release/changelog) file including all **PATCH** keywords (not included in default angular package). + - Updates GitHub release with release-notes. + - Bumps a version in package.json. + - Publishes the new version to [NPM](https://npmjs.org). +