Skip to content

Commit

Permalink
Fix make release script to add python/setup.py
Browse files Browse the repository at this point in the history
Signed-off-by: Siddharth Chandrasekaran <[email protected]>
  • Loading branch information
sidcha committed Feb 13, 2024
1 parent 40b23b4 commit 319bd65
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 @@ -120,7 +120,7 @@ function do_libosdp_release() {
echo "CHANGELOG needs to be updated manually"
exit 1
fi
git add CHANGELOG CMakeLists.txt &&
git add CHANGELOG CMakeLists.txt python/setup.py &&
git commit -s -m "Release v$version" &&
git tag "v$version" -a -m "Release v$version"
}
Expand Down

0 comments on commit 319bd65

Please sign in to comment.