Skip to content

Commit

Permalink
add changelog and remove --md-badges
Browse files Browse the repository at this point in the history
  • Loading branch information
lmolkova committed Mar 25, 2024
1 parent c3197ea commit bf5cc0f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .chloggen/820.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
change_type: enhancement
component: other
note: Update build-tools version to 0.24.0 and make semantic conventions compatible with this version (add stability on enum members and deprecated attributes).
issues: [ 807 ]
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,13 @@ yamllint:
.PHONY: table-generation
table-generation:
docker run --rm -v $(PWD)/model:/source -v $(PWD)/docs:/spec \
otel/semconvgen:$(SEMCONVGEN_VERSION) -f /source markdown -md /spec --md-use-badges --md-stable
otel/semconvgen:$(SEMCONVGEN_VERSION) -f /source markdown

# Check if current markdown tables differ from the ones that would be generated from YAML definitions
.PHONY: table-check
table-check:
docker run --rm -v $(PWD)/model:/source -v $(PWD)/docs:/spec \
otel/semconvgen:$(SEMCONVGEN_VERSION) -f /source markdown -md /spec --md-check --md-use-badges --md-stable
otel/semconvgen:$(SEMCONVGEN_VERSION) -f /source markdown -md /spec

.PHONY: schema-check
schema-check:
Expand Down

0 comments on commit bf5cc0f

Please sign in to comment.