Update package version to 0.9.0

This commit is contained in:
2026-02-08 20:14:46 +02:00
parent e49b94960a
commit 4a8ae4a3e7
4 changed files with 9 additions and 21 deletions
+4 -1
View File
@@ -6,4 +6,7 @@ REPO="jbeder/yaml-cpp"
# Get tag name using Github Rest API
TAG_NAME=$(curl -s -L -H "X-GitHub-Api-Version: 2022-11-28" -H "Authorization: token ${GITHUB_API_TOKEN}" https://api.github.com/repos/"$REPO"/releases/latest | jq -r '.tag_name')
echo "$TAG_NAME"
# Trim prefix
VERSION=${TAG_NAME//yaml-cpp-/}
echo "$VERSION"