We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d08dc68 commit 5770af1Copy full SHA for 5770af1
Makefile
@@ -74,12 +74,14 @@ sdist:
74
75
integration:
76
@echo
77
- @echo "INFO: If integration tests fail, add new tests of the corrupted interface to iminuit"
+ @echo "Warning: If integration tests fail, add new tests of corrupted interface to iminuit."
78
79
- .ci/gammapy_integration_test.sh && .ci/probfit_integration_test.sh && touch integration
+ .ci/gammapy_integration_test.sh && .ci/probfit_integration_test.sh
80
81
-release: integration sdist
+release: sdist
82
+ @echo ""
83
@echo "Release checklist:"
84
+ @echo "[ ] Integration tests ok 'make integration'"
85
@echo "[ ] Increase version number in iminuit/info.py"
86
@echo "[ ] Update doc/changelog.rst"
87
@echo "[ ] Tag release on Github"
0 commit comments