Skip to content

Commit

Permalink
scripts: Start signing release commits
Browse files Browse the repository at this point in the history
Signed-off-by: Siddharth Chandrasekaran <[email protected]>
  • Loading branch information
sidcha committed Nov 12, 2024
1 parent b697a4f commit bb642f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/make-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ function do_libosdp_release() {
fi
git add CHANGELOG CMakeLists.txt python/setup.py &&
git commit -s -m "Release v$version" &&
git tag "v$version" -a -m "Release v$version"
git tag "v$version" -s -a -m "Release v$version"
}

INC="patch"
Expand Down

0 comments on commit bb642f3

Please sign in to comment.