From 7452eaf2cdddbb9dada521d54266a10b6f0547f7 Mon Sep 17 00:00:00 2001 From: Justin Dietz Date: Thu, 3 Jun 2021 09:31:49 -0700 Subject: [PATCH] docs: adds updated docker plugin that supports major, minor tagging (#1963) --- 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 111a36bf..5457a94c 100644 --- a/docs/extending/plugins-list.md +++ b/docs/extending/plugins-list.md @@ -52,6 +52,9 @@ - [semantic-release-docker](https://github.com/felixfbecker/semantic-release-docker) - `verifyConditions`: Verify that all needed configuration is present and login to the Docker registry. - `publish`: Tag the image specified by `name` with the new version, push it to Docker Hub and update the latest tag +- [@semantic-release-plus/docker](https://github.com/semantic-release-plus/semantic-release-plus/tree/master/packages/plugins/docker) + - `verifyConditions`: Verify that all needed configuration is present and login to the configured docker registry. + - `publish`: Tag the image specified by `name` with the new version, push it to the configured docker registry and update the `latest`, `major`, `minor` tags based on the configuration settings. - [semantic-release-gcr](https://github.com/carlos-cubas/semantic-release-gcr) - `verifyConditions`: Verify that all needed configuration is present and login to the Docker registry - `publish`: Tag the image specified by `name` with the new version, push it to Docker Hub and update the latest tag