From b9af5c42c9f7c5b90067de4c7bdea143daf715a1 Mon Sep 17 00:00:00 2001 From: Carlos Cubas <5140314+carlos-cubas@users.noreply.github.com> Date: Sun, 15 Jul 2018 21:27:42 -0400 Subject: [PATCH] docs: add new semantic-release-gcr plugin link Update docs to add a new community plugin semantic-release-gcr. This plugin publishes a docker image to google cloud registry. --- 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 b03acd7d..615e8aa1 100644 --- a/docs/extending/plugins-list.md +++ b/docs/extending/plugins-list.md @@ -40,6 +40,9 @@ - [semantic-release-docker](https://github.com/felixfbecker/semantic-release-docker) Set of semantic-release plugins for publishing a docker image to Docker Hub - [verifyConditions](https://github.com/felixfbecker/semantic-release-docker#verifyconditions) Verify that all needed configuration is present and login to the Docker registry. - [publish](https://github.com/felixfbecker/semantic-release-docker#publish) Tag the image specified by `name` with the new version, push it to Docker Hub and update the latest tag. +- [semantic-release-gcr](https://github.com/carlos-cubas/semantic-release-gcr) Set of semantic-release plugins for publishing a docker image to Google Container Registry + - [verifyConditions](https://github.com/carlos-cubas/semantic-release-gcr#verifyconditions) Verify that all needed configuration is present and login to the Docker registry. + - [publish](https://github.com/carlos-cubas/semantic-release-gcr#publish) Tag the image specified by `name` with the new version, push it to Docker Hub and update the latest tag. - [semantic-release-vsce](https://github.com/raix/semantic-release-vsce) Set of semantic-release plugins for publishing Visual Studio Code extensions to the marketplace - **verifyConditions** Verify the presence and the validity of the vsce authentication and release configuration - **prepare** Create a `.vsix` for distribution