We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e6d16e commit 9ce9260Copy full SHA for 9ce9260
esp32/tools/update_git_tag.sh
@@ -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