Skip to content

Commit

Permalink
Add netlink-request handling to release.sh
Browse files Browse the repository at this point in the history
The same as for wireguard-control
  • Loading branch information
strohel committed Sep 13, 2024
1 parent 6cf3241 commit 0c08d95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 0c08d95

Please sign in to comment.