[GODT-958] Release notes per each channel

This commit is contained in:
Jakub
2021-01-21 10:51:23 +01:00
committed by Jakub Cuth
parent 3168cbb77d
commit e2a30d1ac6
7 changed files with 122 additions and 19 deletions

View File

@ -269,13 +269,10 @@ updates: install-go-mod-outdated
doc:
godoc -http=:6060
release-notes: release-notes/bridge.html release-notes/ie.html
release-notes: release-notes/bridge_stable.html release-notes/bridge_early.html release-notes/ie_stable.html release-notes/ie_early.html
release-notes/bridge.html:
./utils/release_notes.sh bridge
release-notes/ie.html:
./utils/release_notes.sh ie
release-notes/%.html: release-notes/%.md
./utils/release_notes.sh $^
.PHONY: gofiles
# Following files are for the whole app so it makes sense to have them in bridge package.