Skip to content

Commit 64213b2

Browse files
committed
📦 create release v0.0.1
1 parent 11264db commit 64213b2

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

‎.DS_Store‎

-8 KB
Binary file not shown.

‎.gitignore‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
index.js
22
release
33
linux
4+
.DS_Store

‎remove-release.sh‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash
2+
set -o allexport; source release.env; set +o allexport
3+
echo "TAG: ${TAG}"
4+
git tag -d ${TAG}

0 commit comments

Comments
 (0)