Skip to content

Commit 98d67c0

Browse files
committed
readme: remove changelog reference
1 parent 3fa76a3 commit 98d67c0

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.DEFAULT_GOAL := all
2-
.PHONY: all changelog coverage deps lint publish pull push schemas test
2+
.PHONY: all coverage deps lint publish pull push schemas test timing
33

44
all: ## Run tests with coverage, lint and static-check code
55
make coverage

README.md

-4
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,6 @@ Be sure to add or update tests as appropriate.
130130

131131
Use [Black](https://black.readthedocs.io/en/stable/) for code formatting.
132132

133-
## Release notes
134-
135-
See [CHANGELOG.md](CHANGELOG.md)
136-
137133
## License
138134

139135
[MIT](https://choosealicense.com/licenses/mit/)

0 commit comments

Comments
 (0)