We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7d33b6 commit 61783cfCopy full SHA for 61783cf
Makefile
@@ -1,3 +1,2 @@
1
-# make new-patch-release
2
-new-%-release:
+semtag-%:
3
semtag final -s $*
README.md
@@ -33,6 +33,8 @@ jobs:
33
fetch-depth: 0
34
- id: kustomize-diff
35
uses: swade1987/github-action-kustomize-diff@master
36
+ with:
37
+ root_dir: "./my-custom-path"
38
- id: comment
39
uses: unsplash/comment-on-pr@master
40
env:
0 commit comments