Skip to content

Commit a7e3b21

Browse files
committed
Update version-sync.sh
1 parent b3c1408 commit a7e3b21

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Makefile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,14 +137,12 @@ check-version:
137137
scripts/version-sync.sh -c \
138138
-s CHANGELOG.md \
139139
-f preprocessing-pipeline-family.yaml release \
140-
-f ${PACKAGE_NAME}/api/app.py release \
141-
-f ${PACKAGE_NAME}/api/general.py release
140+
-f prepline_general/api/__version__.py release \
142141

143142
## version-sync: update references to version with most recent version from CHANGELOG.md
144143
.PHONY: version-sync
145144
version-sync:
146145
scripts/version-sync.sh \
147146
-s CHANGELOG.md \
148147
-f preprocessing-pipeline-family.yaml release \
149-
-f ${PACKAGE_NAME}/api/app.py release \
150-
-f ${PACKAGE_NAME}/api/general.py release
148+
-f prepline_general/api/__version__.py release \

0 commit comments

Comments
 (0)