mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2025-12-16 17:45:39 -06:00
Reset changelog and adapt tooling
This commit is contained in:
8
Makefile
8
Makefile
@@ -274,13 +274,13 @@ changelog: $(CALENS)
|
||||
ifndef CHANGELOG_VERSION
|
||||
$(error CHANGELOG_VERSION is undefined)
|
||||
endif
|
||||
mkdir -p ocis/dist
|
||||
$(CALENS) --version $(CHANGELOG_VERSION) -o ocis/dist/CHANGELOG.md
|
||||
mkdir -p opencloud/dist
|
||||
$(CALENS) --version $(CHANGELOG_VERSION) -o opencloud/dist/CHANGELOG.md
|
||||
|
||||
.PHONY: changelog-csv
|
||||
changelog-csv: $(CALENS)
|
||||
mkdir -p ocis/dist
|
||||
$(CALENS) -t changelog/changelog-csv.tmpl -o ocis/dist/changelog.csv
|
||||
mkdir -p opencloud/dist
|
||||
$(CALENS) -t changelog/changelog-csv.tmpl -o opencloud/dist/changelog.csv
|
||||
|
||||
.PHONY: govulncheck
|
||||
govulncheck: $(GOVULNCHECK)
|
||||
|
||||
Reference in New Issue
Block a user