Skip to content
Snippets Groups Projects
Commit 3227f0aa authored by Kamil Trzcinski's avatar Kamil Trzcinski
Browse files

Fix 0.6.2 release

parent 0610e6ff
No related branches found
No related tags found
No related merge requests found
v 0.6.2 v 0.6.2
- Fix PowerShell - Fix PowerShell support
- Make more descriptive pulling message
- Add version check to Makefile
v 0.6.1 v 0.6.1
- Revert: Fix tags handling when using git fetch: fetch all tags and prune the old ones - Revert: Fix tags handling when using git fetch: fetch all tags and prune the old ones
......
...@@ -34,9 +34,9 @@ help: ...@@ -34,9 +34,9 @@ help:
check: check:
ifeq ($(RELEASE),true) ifeq ($(RELEASE),true)
ifneq ($VERSION,$LAST_TAG) ifneq (v$(VERSION),$(LAST_TAG))
$(error Bad version specified in VERSION file) $(error Bad version specified in VERSION file: v$(VERSION) instead of $(LAST_TAG))
endif endif
endif endif
version: FORCE version: FORCE
......
0.6.3 0.6.2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment