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 aeae205 commit 538e749Copy full SHA for 538e749
Makefile
@@ -8,6 +8,8 @@ GOLANGCILINT_VERSION=v1.52.2
8
test: ## Run tests
9
@echo "==> Running tests..."
10
go test ./...
11
+ @echo "==> Updating breaking changes documentation..."
12
+ make doc-breaking-changes
13
14
.PHONY: coverage
15
coverage: ## Run tests with coverage
@@ -31,7 +33,7 @@ install: deps ## Install oasdiff binary
31
33
32
34
.PHONY: doc-breaking-changes
35
doc-breaking-changes: ## Generate documentation for breaking changes
- @echo "==> Generating documentation for breaking changes..."
36
37
./scripts/doc_breaking_changes.sh > docs/BREAKING-CHANGES-EXAMPLES.md
38
39
.PHONY: deps
0 commit comments