Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit 9ce9260

Browse files
committed
Create update_git_tag.sh
1 parent 0e6d16e commit 9ce9260

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

esp32/tools/update_git_tag.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/bash
2+
set -e
3+
GIT_TAG=$(git rev-parse --short HEAD)
4+
git tag -fa v1.11-${GIT_TAG} -m "v1.11-${GIT_TAG}"
5+

0 commit comments

Comments
 (0)