diff --git a/x230/release.sh b/x230/release.sh index e9e530c..63d6879 100755 --- a/x230/release.sh +++ b/x230/release.sh @@ -143,7 +143,7 @@ tar -cJf "$RELEASE_DIR".tar.xz "$RELEASE_DIR" rm -rf "$RELEASE_DIR" git commit -a -m "update to ${version}" -git tag -s "${version}" -m "skulls-x230 ${version}" +git tag -s "x230-${version}" -m "skulls-x230 ${version}" sha256sum "$RELEASE_DIR".tar.xz > "$RELEASE_DIR".tar.xz.sha256 sha512sum "$RELEASE_DIR".tar.xz > "$RELEASE_DIR".tar.xz.sha512 diff --git a/x230t/release.sh b/x230t/release.sh index 1be6652..682e52f 100755 --- a/x230t/release.sh +++ b/x230t/release.sh @@ -143,7 +143,7 @@ tar -cJf "$RELEASE_DIR".tar.xz "$RELEASE_DIR" rm -rf "$RELEASE_DIR" git commit -a -m "update to ${version}" -git tag -s "${version}" -m "skulls-x230t ${version}" +git tag -s "x230t-${version}" -m "skulls-x230t ${version}" sha256sum "$RELEASE_DIR".tar.xz > "$RELEASE_DIR".tar.xz.sha256 sha512sum "$RELEASE_DIR".tar.xz > "$RELEASE_DIR".tar.xz.sha512