8000 FIX: make release dont error on nothing to commit · opennem/opennempy@3ddcd55 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit

Permalink
FIX: make release dont error on nothing to commit
Browse files Browse the repository at this point in the history
  • Loading branch information
nc9 committed Sep 2, 2021
1 parent c9eabe7 commit 3ddcd55
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 @@ -28,7 +28,7 @@ poetry export --format requirements.txt > requirements.txt
poetry export --format requirements.txt --dev > requirements-dev.txt

git add pyproject.toml requirements.txt
git ci -m "v$VERSION"
git diff-index --quiet HEAD || git commit -m "v$VERSION"

git tag v$VERSION
git push -u origin master v$VERSION
Expand Down

0 comments on commit 3ddcd55

Please sign in to comment.
0