Version bumps in preparation for v2.0.0 release

This commit is contained in:
Ryan L McIntyre 2018-02-26 05:43:15 -05:00
parent bfc040ab9c
commit f8fda5c985
12 changed files with 25 additions and 11 deletions

View file

@ -1,5 +1,6 @@
#!/bin/bash
# version: 1.2.0
# version: 2.0.0
# script version: 1.0.0
# Iterates over all patched fonts directories
# to generate ruby cask files for homebrew-fonts (https://github.com/caskroom/homebrew-fonts)
# adds Windows versions of the fonts as well (casks files just won't download them)

View file

@ -1,12 +1,13 @@
#!/bin/bash
# version: 1.2.0
# version: 2.0.0
# script version: 1.0.0
# Iterates over all patched fonts directories
# to generate ruby cask files for homebrew-fonts (https://github.com/caskroom/homebrew-fonts)
# only adds non-Windows versions of the fonts
#set -x
version="1.2.0"
version="2.0.0"
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,6 @@
#!/bin/bash
# version: 1.2.0
# version: 2.0.0
# script version: 1.0.0
# Generates CSS file for the font
# shellcheck disable=SC1091
@ -9,7 +10,7 @@ output_css_file="../../css/nerd-fonts-generated.css"
header_css_file="./css-header.txt"
output_cheat_sheet_file="../../temp/nerd-fonts-generated-cheat-sheet.txt"
LINE_PREFIX="# [Nerd Fonts] "
version="1.2.0"
version="2.0.0"
# clear files
true > "$output_css_file" 2> /dev/null

View file

@ -1,5 +1,6 @@
#!/bin/bash
# version: 1.2.0
# version: 2.0.0
# script version: 1.0.0
# Iterates over all patched fonts directories
# to generate a fontconfig based on the Nerd Fonts Symbols font
# that contains only the glyphs

View file

@ -1,6 +1,7 @@
#!/usr/bin/env python
# coding=utf8
# Script Version: 1.0.0
# nerd fonts version: 2.0.0
# script version: 1.0.0
# Example Usage:
# ./generate-glyph-info-from-set.py --font ../../src/glyphs/materialdesignicons-webfont.ttf --start f001 --end f847 --offset 4ff

View file

@ -1,5 +1,6 @@
#!/bin/bash
# version: 1.2.0
# version: 2.0.0
# script version: 1.1.0
# used for debugging
#set -x

View file

@ -1,5 +1,5 @@
#!/bin/bash
# version: 1.2.0
# version: 2.0.0
# calls the necessary scripts in the necessary order to prepare for a release
#set -x

View file

@ -1,5 +1,6 @@
#!/bin/bash
# version: 1.2.0
# version: 2.0.0
# script version: 1.0.0
# Iterates over all patched fonts directories
# converts all non markdown readmes to markdown (e.g., txt, rst) using pandoc
# adds information on additional-variations and complete font variations

View file

@ -1,4 +1,6 @@
#!/bin/bash
# nerd fonts version 2.0.0
# script version: 1.0.0
# Given an array of decimal numbers print all unicode codepoint.
function print-decimal-unicode-range() {

View file

@ -1,4 +1,6 @@
#!/bin/bash
# version: 2.0.0
# script version: 1.0.0
text1='Testing'
text2='Nerd Fonts'

View file

@ -1,4 +1,6 @@
#!/bin/bash
# version: 2.0.0
# script version: 1.0.0
clear
echo "Click to start"

View file

@ -1,5 +1,6 @@
#!/bin/bash
# version: 1.2.1
# version: 2.0.0
# script version: 1.0.1
# Iterates over all archives and uploads to given release
# uncomment to debug: