feat: support remove-labels

This commit is contained in:
元凛
2022-09-17 19:13:15 +08:00
parent 78a8afb859
commit 7c5763d4cc
11 changed files with 5851 additions and 323 deletions

14
scripts/pub.sh Normal file
View File

@@ -0,0 +1,14 @@
echo "[TEST] check format"
npm run format-check
echo "[TEST] test package"
npm run package
echo "[TEST] test commit"
npm run check-commit
echo "[Action] do tag"
npm run tag
echo "[Action] do release"
npm run release