mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2024-12-25 20:18:01 +02:00
Workflow for building release candidate
* debugging version
This commit is contained in:
parent
70c00a3a80
commit
5c339b84e7
@ -16,6 +16,8 @@ fi
|
||||
|
||||
release=$1
|
||||
|
||||
echo "$LINE_PREFIX Bump version to $release"
|
||||
|
||||
sed -i "s|[0-9]\\.[0-9]\\.[0-9]|$release|g" ../../font-patcher
|
||||
sed -i "s|\\# Nerd Fonts Version: [0-9]\\.[0-9]\\.[0-9]|\\# Nerd Fonts Version: $release|g" ../../bin/scripts/**/*.sh
|
||||
sed -i "s|\\# Nerd Fonts Version: [0-9]\\.[0-9]\\.[0-9]|\\# Nerd Fonts Version: $release|g" ../../bin/scripts/**/*.py
|
||||
|
Loading…
Reference in New Issue
Block a user