From 2d2bb38e61b9853b478c4f96c36b26c551efa2e4 Mon Sep 17 00:00:00 2001 From: Jed Mao Date: Wed, 31 Jul 2019 10:57:19 -0500 Subject: [PATCH] docs(shareable-configurations-list): add `@jedmao/semantic-release-npm-github-config` (#1222) --- docs/extending/shareable-configurations-list.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/extending/shareable-configurations-list.md b/docs/extending/shareable-configurations-list.md index d115a5d8..8396910a 100644 --- a/docs/extending/shareable-configurations-list.md +++ b/docs/extending/shareable-configurations-list.md @@ -5,3 +5,9 @@ - [@semantic-release/gitlab-config](https://github.com/semantic-release/gitlab-config) - semantic-release shareable configuration for GitLab ## Community configurations +- [@jedmao/semantic-release-npm-github-config](https://github.com/jedmao/semantic-release-npm-github-config) + - Provides an informative [git](https://github.com/semantic-release/git) commit message for the release commit that does not trigger continuous integration and conforms to the [conventional commits specification](https://www.conventionalcommits.org/) (e.g., "chore(release): 1.2.3 [skip ci]\n\nnotes"). + - Creates a tarball that gets uploaded with each [GitHub release](https://github.com/semantic-release/github). + - 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.