Skip to content

Commit 861d2d3

Browse files
committed
remove test target
1 parent 152469c commit 861d2d3

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

Makefile

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -179,16 +179,6 @@ minor: $(BUMP_CFG) ## Run 'bump' with automatic semantic versioning of the next
179179
major: $(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
194184
bump: bump-check bump-install ## Bump version using specified <VERSION> (call: make VERSION=<MAJOR.MINOR.PATCH> bump)

0 commit comments

Comments
 (0)