From a9e7c4347e8019d5743f07c00ae30cbafdd88547 Mon Sep 17 00:00:00 2001 From: Eric Weber Date: Wed, 30 Oct 2024 18:28:30 -0700 Subject: [PATCH] docs: github workflow usage --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ff20255..50811a9 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,10 @@ Both the base and conventional-changelog images provide a default [release-it co docker run -it ghcr.io/rcwbr/release-it-docker:0.1.0 --config /.release-it.json ``` +### GitHub workflow usage + +The recommended approach to apply this image in a GitHub workflow is via the reusable [release-it-gh-workflow](https://github.com/rcwbr/release-it-gh-workflow/tree/main). + ## Contributing ### Build