[ci] Bump release version

This commit is contained in:
Finii 2022-10-07 11:55:35 +00:00 committed by GitHub Actions
parent 732d0fa203
commit cdcf7a5a30
25 changed files with 30 additions and 30 deletions

View file

@ -6,7 +6,7 @@
# MIT license
# Modified by Ryan L McIntyre
# for Nerd Fonts (https://github.com/ryanoasis/nerd-fonts)
# Nerd Fonts Version: 2.2.2
# Nerd Fonts Version: 2.3.0-RC
# Script Version: 1.1.1
#
# ------------------------------------------------------------------

View file

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Nerd Fonts Version: 2.2.2
# Nerd Fonts Version: 2.3.0-RC
# Script Version: 1.2.0
fontfile=$1

View file

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Nerd Fonts Version: 2.2.2
# Nerd Fonts Version: 2.3.0-RC
# Script Version: 1.0.0
# Archives the font patcher script and the required source files
# used for debugging

View file

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Nerd Fonts Version: 2.2.2
# Nerd Fonts Version: 2.3.0-RC
# Script Version: 1.1.2
# Iterates over all patched fonts directories
# to generate ruby cask files for homebrew-fonts (https://github.com/caskroom/homebrew-fonts)

View file

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Nerd Fonts Version: 2.2.2
# Nerd Fonts Version: 2.3.0-RC
# Script Version: 1.0.1
# Iterates over all patched fonts directories
# to generate ruby cask files for homebrew-fonts (https://github.com/caskroom/homebrew-fonts)
@ -7,7 +7,7 @@
#set -x
version="2.2.2"
version="2.3.0-RC"
patched_parent_dir="../../patched-fonts/"
homepage="https://github.com/ryanoasis/nerd-fonts"
downloadarchive="https://github.com/ryanoasis/nerd-fonts/releases/download/v#{version}/"

View file

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

View file

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Nerd Fonts Version: 2.2.2
# Nerd Fonts Version: 2.3.0-RC
# Script Version: 1.0.1
# 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: 2.2.2
# Nerd Fonts Version: 2.3.0-RC
# 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 python
# coding=utf8
# Nerd Fonts Version: 2.2.2
# Nerd Fonts Version: 2.3.0-RC
# Script Version: 1.1.0
# Example Usage:
@ -9,7 +9,7 @@
from __future__ import absolute_import, print_function, unicode_literals
version = "2.2.2"
version = "2.3.0-RC"
projectName = "Nerd Fonts"
projectNameAbbreviation = "NF"
projectNameSingular = projectName[:-1]

View file

@ -1,5 +1,5 @@
#!/usr/bin/env python3
# Nerd Fonts Version: 2.2.2
# Nerd Fonts Version: 2.3.0-RC
# Script Version: 1.0.0
# Generates original-source.otf from individual glyphs
#
@ -12,7 +12,7 @@ import fontforge
import psMat
# Double-quotes required here, for version-bump.sh:
version = "2.2.2"
version = "2.3.0-RC"
start_codepoint = 0xE4FA
codepoint_shift = 0x0100 # shift introduced by font-patcher

View file

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Nerd Fonts Version: 2.2.2
# Nerd Fonts Version: 2.3.0-RC
# 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: 2.2.2
# Nerd Fonts Version: 2.3.0-RC
# Script Version: 1.1.1
# used for debugging

View file

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Nerd Fonts Version: 2.2.2
# Nerd Fonts Version: 2.3.0-RC
# Script Version 1.1.0
for i in $(dirname "${BASH_SOURCE[0]:-$0}")/i_{cod,dev,fae,fa,iec,logos,oct,ple,pom,seti,material,weather}.sh; do

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Font Logos (Font Linux) 1.0.1 (48 icons)
# Codepoints: F300-F32F
# Nerd Fonts Version: 2.2.2
# Nerd Fonts Version: 2.3.0-RC
# Script Version: 1.1.0
# We keep the name 'linux' in the metadata for continuity reasons
test -n "$__i_linux_loaded" && return || __i_linux_loaded=1

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Material Design Icons (2,119 icons)
# Codepoints: F001-F847, Nerd Fonts moved F500-FD46
# Nerd Fonts Version: 2.2.2
# Nerd Fonts Version: 2.3.0-RC
# 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
# Seti-UI + Custom (53 icons, 6 aliases)
# Codepoints: E5FA-E62E
# Nerd Fonts Version: 2.2.2
# Nerd Fonts Version: 2.3.0-RC
# Script Version: 1.1.0
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: 2.2.2
# Nerd Fonts Version: 2.3.0-RC
# 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: 2.2.2
# Nerd Fonts Version: 2.3.0-RC
# Script Version: 1.0.0
set -e

View file

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Nerd Fonts Version: 2.2.2
# Nerd Fonts Version: 2.3.0-RC
# 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: 2.2.2
# Nerd Fonts Version: 2.3.0-RC
# Script Version: 1.1.0
# 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: 2.2.2
# Nerd Fonts Version: 2.3.0-RC
# Script Version: 1.0.0
# Given an array of decimal numbers print all unicode codepoint.

View file

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Nerd Fonts Version: 2.2.2
# Nerd Fonts Version: 2.3.0-RC
# Script Version: 1.0.0
text1='Testing'

View file

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Nerd Fonts Version: 2.2.2
# Nerd Fonts Version: 2.3.0-RC
# Script Version: 1.0.0
clear

View file

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Nerd Fonts Version: 2.2.2
# Nerd Fonts Version: 2.3.0-RC
# Script Version: 1.0.2
# 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: 2.2.2
# Nerd Fonts Version: 2.3.0-RC
# 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 = "3.1.1"
version = "2.2.2"
version = "2.3.0-RC"
projectName = "Nerd Fonts"
projectNameAbbreviation = "NF"
projectNameSingular = projectName[:-1]