We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7da4977 commit 3548ae8Copy full SHA for 3548ae8
2 files changed
.github/workflows/release.yml
@@ -25,4 +25,4 @@ jobs:
25
with:
26
files: commit-msg-go
27
env:
28
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GH_PAT }}
Makefile
@@ -17,6 +17,9 @@ release:
17
git tag v0.0.$(ARGS)
18
git push origin v0.0.$(ARGS)
19
20
+open:
21
+ open https://github.com/inem/dotdotdot
22
+
23
ARGS = $(filter-out $@,$(MAKECMDGOALS))
24
%:
@:
0 commit comments