From 9735047f65609d2b0fa6f2c0229e7d06940c6b5b Mon Sep 17 00:00:00 2001 From: Jakub Frejlach Date: Wed, 10 Jul 2024 15:41:20 +0200 Subject: [PATCH] Fix patch release script to update spec file --- scripts/patch_release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/patch_release.sh b/scripts/patch_release.sh index 0f46273..50f1168 100755 --- a/scripts/patch_release.sh +++ b/scripts/patch_release.sh @@ -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 }