From afbc6f3c3ec9d473d3e45ba1e5fe7956c7ffd75a Mon Sep 17 00:00:00 2001 From: Kevin Dorosh Date: Fri, 4 Feb 2022 15:01:42 -0500 Subject: [PATCH] Release 0.1.14 (#63) --- .github/workflows/npm-publish.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 6af3a3b..d55063d 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -19,6 +19,9 @@ jobs: with: # All of theses inputs are optional tag_name: "v%s" tag_message: "v%s" + # !! NOTE: For this action to work, the last commit MUST match this pattern! + # since we squash commits, this means the PR name MUST match this pattern + # for an example, see https://github.com/solo-io/proxy-runtime/pull/50 commit_pattern: "^Release (\\S+)" env: # More info about the environment variables in the README GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Leave this as is, it's automatically generated