We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fa76a3 commit 98d67c0Copy full SHA for 98d67c0
Makefile
@@ -1,5 +1,5 @@
1
.DEFAULT_GOAL := all
2
-.PHONY: all changelog coverage deps lint publish pull push schemas test
+.PHONY: all coverage deps lint publish pull push schemas test timing
3
4
all: ## Run tests with coverage, lint and static-check code
5
make coverage
README.md
@@ -130,10 +130,6 @@ Be sure to add or update tests as appropriate.
130
131
Use [Black](https://black.readthedocs.io/en/stable/) for code formatting.
132
133
-## Release notes
134
-
135
-See [CHANGELOG.md](CHANGELOG.md)
136
137
## License
138
139
[MIT](https://choosealicense.com/licenses/mit/)
0 commit comments