[ci] Bump release version

This commit is contained in:
Finii 2024-04-12 14:31:51 +00:00 committed by GitHub Actions
parent 3a26325214
commit 6fa413d6bc
31 changed files with 36 additions and 36 deletions

View file

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Nerd Fonts Version: 3.2.0
# Nerd Fonts Version: 3.2.1
# Script Version: 1.1.0
# Archives the font patcher script and the required source files
# If some (any) argument is given this is though of as intermediate version

View file

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Nerd Fonts Version: 3.2.0
# Nerd Fonts Version: 3.2.1
# Script Version: 1.2.0
# Iterates over all patched fonts directories
# to generate release archives of the patched font(s)

View file

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Nerd Fonts Version: 3.2.0
# Nerd Fonts Version: 3.2.1
# Script Version: 2.0.1
#
# Fetches the current release files.

View file

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Nerd Fonts Version: 3.2.0
# Nerd Fonts Version: 3.2.1
# Script Version: 2.2.3
#
# Iterates over all [*] archived fonts
@ -24,7 +24,7 @@
# set -x
set -e
version="3.2.0"
version="3.2.1"
homepage="https://github.com/ryanoasis/nerd-fonts"
downloadarchive="https://github.com/ryanoasis/nerd-fonts/releases/download/v#{version}/"
LINE_PREFIX="# [Nerd Fonts] "

View file

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Nerd Fonts Version: 3.2.0
# Nerd Fonts Version: 3.2.1
# Script Version: 1.2.1
# Generates CSS file for the font and cheat sheet code
@ -22,7 +22,7 @@ cheat_sheet_head_file="./data/cheatsheet-head.txt"
cheat_sheet_foot_file="./data/cheatsheet-foot.txt"
LINE_PREFIX="# [Nerd Fonts] "
version="3.2.0"
version="3.2.1"
# clear files
true > "$output_css_file" 2> /dev/null

View file

@ -1,5 +1,5 @@
#!/usr/bin/env python3
# Nerd Fonts Version: 3.2.0
# Nerd Fonts Version: 3.2.1
# Script Version: 1.1.0
# Generates extrasymbols.sfd from Hack

View file

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Nerd Fonts Version: 3.2.0
# Nerd Fonts Version: 3.2.1
# Script Version: 1.2.3
# Create font previews.
# All fonts need to be installed (or no preview is generated)

View file

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Nerd Fonts Version: 3.2.0
# Nerd Fonts Version: 3.2.1
# Script Version: 1.0.2
# Iterates over all patched fonts directories
# to generate a fontconfig based on the Nerd Fonts Symbols font

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python3
# coding=utf8
# Nerd Fonts Version: 3.2.0
# Nerd Fonts Version: 3.2.1
# Script Version: 1.3.0
# Example Usage:
@ -8,7 +8,7 @@
# ./generate-glyph-info-from-set.py --font ../../src/glyphs/materialdesign/*.ttf --start f0001 --end f1af0 --offset 0 --prefix md
# ./generate-glyph-info-from-set.py --font ../../src/glyphs/weathericons-regular-webfont.ttf --start f000 --end f0eb --negoffset d00 --prefix weather --nogaps
version = "3.2.0"
version = "3.2.1"
import sys
import re

View file

@ -1,5 +1,5 @@
#!/usr/bin/env python3
# Nerd Fonts Version: 3.2.0
# Nerd Fonts Version: 3.2.1
# Script Version: 1.0.1
# Generates original-source.otf from individual glyphs
#
@ -12,7 +12,7 @@ import fontforge
import psMat
# Double-quotes required here, for version-bump.sh:
version = "3.2.0"
version = "3.2.1"
start_codepoint = 0xE4FA # with shift this is 0xE5FA
end_codepoint = 0xE5FF # Next set starts at 0xE700 - 0x0100 shift = 0xE600

View file

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Nerd Fonts Version: 3.2.0
# Nerd Fonts Version: 3.2.1
# Script Version: 1.0.1
# Create one sample of each font

View file

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Nerd Fonts Version: 3.2.0
# Nerd Fonts Version: 3.2.1
# Script Version: 1.1.0
# Generates web fonts for the website and cheat sheet

View file

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Nerd Fonts Version: 3.2.0
# Nerd Fonts Version: 3.2.1
# Script Version: 1.1.0
# Gets all the font folder names to build the matrix for the github actions

View file

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Nerd Fonts Version: 3.2.0
# Nerd Fonts Version: 3.2.1
# Script Version: 1.4.5
#
# You can supply options to the font-patcher via environment variable NERDFONTS

View file

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Nerd Fonts Version: 3.2.0
# Nerd Fonts Version: 3.2.1
# Script Version 1.3.0
# Usually this is called without argument. If the first argument

View file

@ -2,7 +2,7 @@
# Font Awesome (version 6.5.1, 1475 icons, 342 aliases)
# Does not include all icons of the release
# Codepoints: ED00-F2FF with gaps
# Nerd Fonts Version: 3.2.0
# Nerd Fonts Version: 3.2.1
# Script Version: (autogenerated)
test -n "$__i_fa_loaded" && return || __i_fa_loaded=1
i='' i_fa_location_dot=$i

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Font Logos (Font Linux) 1.1.1 (118 icons)
# Codepoints: F300-F375
# Nerd Fonts Version: 3.2.0
# Nerd Fonts Version: 3.2.1
# Script Version: 1.2.0
# We keep the name 'linux' in the metadata for continuity reasons
test -n "$__i_linux_loaded" && return || __i_linux_loaded=1

View file

@ -5,7 +5,7 @@
#
# Material Design Icons (legacy) (2,119 icons)
# Codepoints: F001-F847, Nerd Fonts moved F500-FD46
# Nerd Fonts Version: 3.2.0
# Nerd Fonts Version: 3.2.1
# Script Version 1.0.0
test -n "$__i_mdi_loaded" && return || __i_mdi_loaded=1
i='' i_mdi_vector_square=$i

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Material Design Icons (6,896 icons)
# Codepoints: F0001-F1AF0
# Nerd Fonts Version: 3.2.0
# Nerd Fonts Version: 3.2.1
# Script Version 1.0.1
test -n "$__i_md_loaded" && return || __i_md_loaded=1
i='󰀁' i_md_vector_square=$i

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Octicons (310 icons)
# Codepoints: 2665-F533 with gaps
# Nerd Fonts Version: 3.2.0
# Nerd Fonts Version: 3.2.1
# Script Version: (autogenerated)
test -n "$__i_oct_loaded" && return || __i_oct_loaded=1
i='♥' i_oct_heart=$i

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Seti-UI + Custom (188 icons, 18 aliases)
# Codepoints: E5FA-E6B5
# Nerd Fonts Version: 3.2.0
# Nerd Fonts Version: 3.2.1
# Script Version: (autogenerated)
test -n "$__i_seti_loaded" && return || __i_seti_loaded=1
i='' i_custom_folder_npm=$i

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Weather Icons 1.100 (228 icons)
# Codepoints: F000-F0EB (with holes), Nerd Fonts moved E300-E3E3
# Nerd Fonts Version: 3.2.0
# Nerd Fonts Version: 3.2.1
# Script Version 1.0.2
test -n "$__i_weather_loaded" && return || __i_weather_loaded=1
i='' i_weather_day_cloudy_gusts=$i

View file

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Nerd Fonts Version: 3.2.0
# Nerd Fonts Version: 3.2.1
# Script Version: 1.0.1
set -e

View file

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Nerd Fonts Version: 3.2.0
# Nerd Fonts Version: 3.2.1
# calls the necessary scripts in the necessary order to prepare for a release
#
# This is not used for production

View file

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Nerd Fonts Version: 3.2.0
# Nerd Fonts Version: 3.2.1
# Script Version: 1.1.4
# Iterates over all patched fonts directories
# converts all non markdown readmes to markdown (e.g., txt, rst) using pandoc

View file

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Nerd Fonts Version: 3.2.0
# Nerd Fonts Version: 3.2.1
# Script Version: 1.1.1
# Run this script in your local bash:

View file

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Nerd Fonts Version: 3.2.0
# Nerd Fonts Version: 3.2.1
# Script Version: 1.3.1
# Give any parameter to allow some glyphs to be 2 'cells' wide.

View file

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Nerd Fonts Version: 3.2.0
# Nerd Fonts Version: 3.2.1
# Script Version: 1.1.0
#
# A more conceise version of the Powerline test, designed to show

View file

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Nerd Fonts Version: 3.2.0
# Nerd Fonts Version: 3.2.1
# Script Version: 1.0.0
#
# Edits the repo's .gitignore to prevent patched font artifacts

View file

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Nerd Fonts Version: 3.2.0
# Nerd Fonts Version: 3.2.1
# Script Version: 1.0.3
# bump version number for release in scripts (bash and python)
# does not do semver format checking

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
# coding=utf8
# Nerd Fonts Version: 3.2.0
# Nerd Fonts Version: 3.2.1
# Script version is further down
from __future__ import absolute_import, print_function, unicode_literals
@ -8,7 +8,7 @@ from __future__ import absolute_import, print_function, unicode_literals
# Change the script version when you edit this script:
script_version = "4.13.1"
version = "3.2.0"
version = "3.2.1"
projectName = "Nerd Fonts"
projectNameAbbreviation = "NF"
projectNameSingular = projectName[:-1]