File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
cookiecutter/{{cookiecutter.project_name}} Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ pre-release: lint test changelog requirements
132132 @echo " RELEASE_TAG: $( RELEASE_TAG) "
133133 @echo " RELEASE_NAME: $( RELEASE_NAME) "
134134 check-manifest
135- @if git tag -l | grep -E ' ^$(shell echo $$ {RELEASE_TAG} | sed ' s| \. | .| g' )$$' > /dev/null; then \
135+ @if git tag -l | grep -E ' ^$(shell echo ${RELEASE_TAG} | sed ' s| \. | .| g' )$$' > /dev/null; then \
136136 echo "Version tag '${RELEASE_TAG}' already exists!"; \
137137 false; \
138138 fi
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ pre-release: lint test changelog requirements
143143 @echo "RELEASE_TAG: $(RELEASE_TAG)"
144144 @echo "RELEASE_NAME: $(RELEASE_NAME)"
145145 check-manifest
146- @if git tag -l | grep -E '^$(shell echo $$ {RELEASE_TAG} | sed 's|\.|.|g')$$' > /dev/null; then \
146+ @if git tag -l | grep -E '^$(shell echo ${RELEASE_TAG} | sed 's|\.|.|g')$$' > /dev/null; then \
147147 echo "Version tag '${RELEASE_TAG}' already exists!"; \
148148 false; \
149149 fi
You can’t perform that action at this time.
0 commit comments