Skip to content

Commit afbc6f3

Browse files
author
Kevin Dorosh
authored
Release 0.1.14 (#63)
1 parent 535321e commit afbc6f3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/npm-publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
with: # All of theses inputs are optional
2020
tag_name: "v%s"
2121
tag_message: "v%s"
22+
# !! NOTE: For this action to work, the last commit MUST match this pattern!
23+
# since we squash commits, this means the PR name MUST match this pattern
24+
# for an example, see https://github.com/solo-io/proxy-runtime/pull/50
2225
commit_pattern: "^Release (\\S+)"
2326
env: # More info about the environment variables in the README
2427
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Leave this as is, it's automatically generated

0 commit comments

Comments
 (0)