From 3dc0a117996bac3da4e558e07cf8f2c4b814ee99 Mon Sep 17 00:00:00 2001 From: schmidtw <698825+schmidtw@users.noreply.github.com> Date: Fri, 21 Jun 2024 07:16:01 +0000 Subject: [PATCH] [create-pull-request] automated change --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 660ae75..bc5a192 100644 --- a/README.md +++ b/README.md @@ -131,6 +131,7 @@ name: 'Automatically relase patch versions.' jobs: release: uses: xmidt-org/shared-go/.github/workflows/ci.yml@826aa545bb56f6c7c551d44febb420c0293c8bff # v4.2.0 + secrets: inherit ``` ### Inputs @@ -139,6 +140,7 @@ name: 'Automatically relase patch versions.' | :--- | :---: | :---: | :--- | :--- | :--- | | 1 | | string | branch | main | Branch to release from. | | 2 | | string | patch-list | fix, bugfix, perf, refactor, test, tests, chore | Comma separated list of commit types that should trigger a patch release. | +| 3 | | string | which | tag | Create a 'release' or 'tag'. | @@ -224,6 +226,7 @@ jobs: + ## Workflow Development There are three special directories: