Skip to content
Snippets Groups Projects
Commit 2efdd1bd authored by Bruno BEAUFILS's avatar Bruno BEAUFILS
Browse files

Add doc in Makefile

parent 8130a782
No related branches found
No related tags found
No related merge requests found
...@@ -70,7 +70,7 @@ $(QUARTO_EXT_DIR)/_extension.yml: _extensions/$(FILTER_NAME) ...@@ -70,7 +70,7 @@ $(QUARTO_EXT_DIR)/_extension.yml: _extensions/$(FILTER_NAME)
@printf 'version: %s\n' "$(VERSION)" >> $@ @printf 'version: %s\n' "$(VERSION)" >> $@
@printf 'contributes:\n filters:\n - %s\n' $(FILTER_FILE) >> $@ @printf 'contributes:\n filters:\n - %s\n' $(FILTER_FILE) >> $@
## Sets a new release ## Sets a new release using VERSION
.PHONY: release .PHONY: release
release: quarto-extension release: quarto-extension
git commit -am "Release $(FILTER_NAME) $(VERSION)" git commit -am "Release $(FILTER_NAME) $(VERSION)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment