Skip to content

Commit

Permalink
Adjust release script to meta-hulks merge
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidma committed Mar 17, 2024
1 parent 21478c0 commit 2950829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

TAG=$(grep -P 'DISTRO_VERSION\s*=\s*".+"' conf/distro/HULKs-OS.conf | cut -d\" -f2)
TAG=$(grep -P 'DISTRO_VERSION\s*=\s*".+"' meta-hulks/conf/distro/HULKs-OS.conf | cut -d\" -f2)
git tag ${TAG}
echo "Created tag ${TAG}"
echo "Please check that the tag is correct and then execute:"
Expand Down

0 comments on commit 2950829

Please sign in to comment.