зеркало из https://github.com/electron/electron.git
ci: add prev-major variable to release board templating (#39454)
This commit is contained in:
Родитель
00746e662b
Коммит
8374b9c2ad
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче