Skip to content

Commit

Permalink
ci(minor): docs are not in this repository anymore (#12652)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Feb 14, 2024
1 parent da2452b commit 8db3f48
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions release.mk
Original file line number Diff line number Diff line change
Expand Up @@ -147,10 +147,6 @@ rename-changelog:
@if ! grep -q '$(VERSION).asciidoc' CHANGELOG.asciidoc ; then \
$(SED) -E -e 's#(head.asciidoc\[\])#\1\ninclude::.\/changelogs\/$(VERSION).asciidoc[]#g' CHANGELOG.asciidoc; \
fi
@if ! grep -q 'release-notes-$(VERSION)' docs/release-notes.asciidoc ; then \
awk "NR==12{print \"* <<release-notes-$(VERSION)>>\"}1" docs/release-notes.asciidoc > docs/release-notes.asciidoc.new ; \
mv docs/release-notes.asciidoc.new docs/release-notes.asciidoc ; \
fi

# Update changelog file to generate something similar to https://github.com/elastic/apm-server/pull/12220
.PHONY: update-changelog
Expand Down

0 comments on commit 8db3f48

Please sign in to comment.