ci: add prev-major variable to release board templating (#39454)

This commit is contained in:
David Sanders
2023-08-17 05:24:57 -07:00
committed by GitHub
parent 00746e662b
commit 8374b9c2ad

View File

@@ -135,7 +135,7 @@ jobs:
#
# Do template replacement for draft issues
#
echo "{\"major\": $MAJOR, \"next-major\": $((MAJOR + 1))}" > variables.json
echo "{\"major\": $MAJOR, \"next-major\": $((MAJOR + 1)), \"prev-major\": $((MAJOR - 1))}" > variables.json
# npx mustache is annoyingly slow, so install mustache directly
yarn add -D mustache