We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3c1408 commit a7e3b21Copy full SHA for a7e3b21
Makefile
@@ -137,14 +137,12 @@ check-version:
137
scripts/version-sync.sh -c \
138
-s CHANGELOG.md \
139
-f preprocessing-pipeline-family.yaml release \
140
- -f ${PACKAGE_NAME}/api/app.py release \
141
- -f ${PACKAGE_NAME}/api/general.py release
+ -f prepline_general/api/__version__.py release \
142
143
## version-sync: update references to version with most recent version from CHANGELOG.md
144
.PHONY: version-sync
145
version-sync:
146
scripts/version-sync.sh \
147
148
149
150
0 commit comments