Skip to content

Commit

Permalink
Fix patch release script to update spec file
Browse files Browse the repository at this point in the history
  • Loading branch information
JakubFrejlach committed Jul 10, 2024
1 parent 87380e9 commit 9735047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/patch_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ commit() {

echo "Committing changes"

git add setup.py CHANGELOG.md osidb_bindings/bindings/pyproject.toml osidb_bindings/constants.py
git add setup.py CHANGELOG.md osidb_bindings/bindings/pyproject.toml osidb_bindings/constants.py osidb_bindings.spec
git commit -m "Preparation of ${version} release"
echo
}
Expand Down

0 comments on commit 9735047

Please sign in to comment.