From ec54c709a02f98b31415191857c78a57ac362c58 Mon Sep 17 00:00:00 2001 From: mmagician Date: Thu, 29 Dec 2022 14:40:44 +0100 Subject: [PATCH] suggest the full command complete with a version name --- .github/release-pr-template.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/release-pr-template.ejs b/.github/release-pr-template.ejs index 749f193b5..515c86ed9 100644 --- a/.github/release-pr-template.ejs +++ b/.github/release-pr-template.ejs @@ -9,5 +9,5 @@ This is a release PR for version **<%= version.actual %>**<% You will still need to manually publish the cargo crate: ``` -$ make VERSION= release +$ make VERSION=<%= version.actual %> release ```