Skip to content

Commit 84b4bbe

Browse files
committed
Makefile: fix regexp for release number
1 parent 7d0a86b commit 84b4bbe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
release: test lint
2-
@git tag `grep -o -E '[0-9]\.[0-9]\.[0-9]{1,2}' gh-md-toc`
1+
release: test
2+
@git tag `grep -o -E '[0-9]\.[0-9]{2}\.[0-9]{1,2}' gh-md-toc`
33
@git push --tags origin master
44

55
test:

0 commit comments

Comments
 (0)