misc: update README

This commit is contained in:
Vladimir Stoiakin
2025-04-16 13:19:01 +03:00
parent dce41a6f07
commit fa985ec163
6 changed files with 13 additions and 17 deletions

View File

@@ -15,19 +15,14 @@ if ! grep "## $1" CHANGELOG.md > /dev/null; then
exit 1
fi
if ! grep -E "^\s*version:\s*'$1'" buffyboard/meson.build > /dev/null; then
if ! grep -E "^\s*version:\s*'$1'" meson.build > /dev/null; then
echo "Error: Version $1 differs from version in buffyboard/meson.build"
exit 1
fi
if ! grep -E "^\s*version:\s*'$1'" unl0kr/meson.build > /dev/null; then
echo "Error: Version $1 differs from version in unl0kr/meson.build"
exit 1
fi
git tag "$1"
git push --tags
./archive.sh "$2"
echo "Now create a release for https://gitlab.com/postmarketOS/buffybox/-/tags/$1 and attach the uploaded archive"
echo "Now create a release for https://gitlab.postmarketos.org/postmarketOS/buffybox-/tags/$1 and attach the uploaded archive"