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 коммит произвёл GitHub
Родитель 00746e662b
Коммит 8374b9c2ad
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

2
.github/workflows/branch-created.yml поставляемый
Просмотреть файл

@ -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