Skip to content

Commit 178662b

Browse files
committed
Make release script executable. Clean dead target.
1 parent 9ddda9c commit 178662b

2 files changed

Lines changed: 0 additions & 5 deletions

File tree

Makefile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,3 @@ test-python-fhirpy-sdk: typecheck format prepare-aidbox-runme lint generate-pyth
138138
cd $(PYTHON_FHIRPY_EXAMPLE) && \
139139
. venv/bin/activate && \
140140
mypy --strict .
141-
142-
release:
143-
echo Push tag for $(VERSION)
144-
git tag -a v$(VERSION) -m "Release $(VERSION)"
145-
git push origin v$(VERSION)

scripts/release.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)