Add netlink-request handling to release.sh

The same as for wireguard-control
This commit is contained in:
Matěj Laitl 2024-09-13 09:17:38 +02:00
parent 6cf3241749
commit 0c08d95582

View file

@ -37,10 +37,10 @@ done
VERSION="$(cargo pkgid -p shared | cut -d '#' -f 2)"
perl -pi -e "s/v$OLD_VERSION/v$VERSION/g" README.md
perl -pi -e "s/$OLD_VERSION/$VERSION/g" wireguard-control/Cargo.toml
perl -pi -e "s/$OLD_VERSION/$VERSION/g" wireguard-control/Cargo.toml netlink-request/Cargo.toml
git add doc
git add README.md
git add wireguard-control/Cargo.toml
git add wireguard-control/Cargo.toml netlink-request/Cargo.toml
git commit -m "meta: release v$VERSION"
git tag -f -a "v$VERSION" -m "release v$VERSION"