File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -179,16 +179,6 @@ minor: $(BUMP_CFG) ## Run 'bump' with automatic semantic versioning of the next
179179major : $(BUMP_CFG ) # # Run 'bump' with automatic semantic versioning of the next MAJOR number (call: make bump major)
180180 @-$(ECHO ) > /dev/null
181181
182-
183- .PHONY : fake-bump
184- fake-bump :
185- @[ $( BUMP_VERSION_INPUT) -eq 0 ] || [ " ${VERSION} " ] || ( \
186- $(MSG_E ) " Argument 'VERSION' is not specified to bump version" ; exit 1 \
187- )
188- @$(SHELL ) -c ' \
189- echo $(BUMP_CMD ) $(BUMP_XARGS ) $(BUMP_VERSION_LEVEL ) ; \
190- '
191-
192182# run bumpversion with replacement of the release time value within its config for auto-update on future revisions
193183.PHONY : bump
194184bump : bump-check bump-install # # Bump version using specified <VERSION> (call: make VERSION=<MAJOR.MINOR.PATCH> bump)
You can’t perform that action at this time.
0 commit comments