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 090b377 commit a4f124fCopy full SHA for a4f124f
scripts/publish.sh
@@ -5,7 +5,7 @@ GITHUB_TOKEN="${GITHUB_TOKEN:?missing required input \'GITHUB_TOKEN\'}"
5
CURRENT="$(git describe --tags --abbrev=0)"
6
PREVIOUS="$(git describe --tags --abbrev=0 --always "${CURRENT}"^)"
7
OWNER="mikefarah"
8
-REPO="yaml"
+REPO="yq"
9
10
release() {
11
mapfile -t logs < <(git log --pretty=oneline --abbrev-commit "${PREVIOUS}".."${CURRENT}")
0 commit comments