We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ddda9c commit 178662bCopy full SHA for 178662b
2 files changed
Makefile
@@ -138,8 +138,3 @@ test-python-fhirpy-sdk: typecheck format prepare-aidbox-runme lint generate-pyth
138
cd $(PYTHON_FHIRPY_EXAMPLE) && \
139
. venv/bin/activate && \
140
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
100644
100755
0 commit comments