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

Merge branch 'show-release-description' into 'master'

Preview release description locally

See merge request !46
parents 27f3e53a 1078f283
No related branches found
No related tags found
1 merge request!46Preview release description locally
Pipeline #65666 passed
......@@ -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