Browse Source

Update Makefile

pull/4/head
Filip Pytloun 6 years ago
parent
commit
0386e56d26
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      Makefile

+ 0
- 5
Makefile View File

@@ -34,7 +34,6 @@ all:
@echo "make release-major - Generate new major release"
@echo "make release-minor - Generate new minor release"
@echo "make changelog - Show changes since last release"
@echo "make test-model-validate - Run salt jsonschema validation"

install:
# Formula
@@ -53,10 +52,6 @@ lint:
test:
[ ! -d tests ] || (cd tests; ./run_tests.sh)

test-model-validate:
# TODO make it actually fail
[ ! -d $(FORMULANAME)/schemas/ ] || (cd tests; ./run_tests.sh model-validate)

release-major: check-changes
@echo "Current version is $(VERSION), new version is $(NEW_MAJOR_VERSION)"
@[ $(VERSION_MAJOR) != $(NEW_MAJOR_VERSION) ] || (echo "Major version $(NEW_MAJOR_VERSION) already released, nothing to do. Do you want release-minor?" && exit 1)

Loading…
Cancel
Save