Skip to content

Commit f6ea824

Browse files
committed
Move tools directory
1 parent 99e3f82 commit f6ea824

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed

.util/cmd renamed to .tools/cmd

File renamed without changes.
File renamed without changes.

.util/release.sh renamed to .tools/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ npm install --production
1414
git add -f node_modules package.json package-lock.json
1515
git diff --quiet
1616
git commit -m "v$1"
17-
git tag "v$1"
17+
git tag -a -m "" "v$1"
1818
echo git push origin master v1 --tags

.util/sudo renamed to .tools/sudo

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)