Skip to content
Snippets Groups Projects
Commit 1078f283 authored by Christophe Junke's avatar Christophe Junke
Browse files

Preview release description locally

parent 27f3e53a
No related branches found
No related tags found
1 merge request!46Preview release description locally
Pipeline #65663 failed
......@@ -168,6 +168,9 @@ check_release:
$(if $(GIT_TAG),,$(error No git tag associated with current commit; set GIT_TAG or add a tag))
@echo REF: $(RELEASE_REF)
@echo TAG: $(GIT_TAG)
@echo --- DESCRIPTION -----------------
@sed -n -f changelog.sed CHANGES.md
@echo ---------------------------------
@echo -n "Confirm? [y/N] " && read ans && [ $${ans:-N} = y ]
release: check_release
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment