-
Notifications
You must be signed in to change notification settings - Fork 538
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Revert "Temporarily removing font-building steps. (#539)" This reverts commit 4da8901. * Patch fantasticon
- Loading branch information
Showing
5 changed files
with
121 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,17 +41,17 @@ jobs: | |
sed -i.bk -r "s/[0-9]+\.[0-9]+\.[0-9]+/$NEW_VERSION/g" ios/FluentIcons.podspec | ||
rm ios/FluentIcons.podspec.bk | ||
# # Needs to be "-E" instead of "-r" on macOS | ||
# - name: Replace version number in flutter/CHANGELOG.md | ||
# run: | | ||
# sed -i.bk -r "s/[0-9]+\.[0-9]+\.[0-9]+/$NEW_VERSION/g" flutter/CHANGELOG.md | ||
# rm flutter/CHANGELOG.md.bk | ||
# Needs to be "-E" instead of "-r" on macOS | ||
- name: Replace version number in flutter/CHANGELOG.md | ||
run: | | ||
sed -i.bk -r "s/[0-9]+\.[0-9]+\.[0-9]+/$NEW_VERSION/g" flutter/CHANGELOG.md | ||
rm flutter/CHANGELOG.md.bk | ||
# # Needs to be "-E" instead of "-r" on macOS | ||
# - name: Replace version number in flutter/pubspec.yaml | ||
# run: | | ||
# sed -i.bk -r "s/version: [0-9]+\.[0-9]+\.[0-9]+/version: $NEW_VERSION/g" flutter/pubspec.yaml | ||
# rm flutter/pubspec.yaml.bk | ||
# Needs to be "-E" instead of "-r" on macOS | ||
- name: Replace version number in flutter/pubspec.yaml | ||
run: | | ||
sed -i.bk -r "s/version: [0-9]+\.[0-9]+\.[0-9]+/version: $NEW_VERSION/g" flutter/pubspec.yaml | ||
rm flutter/pubspec.yaml.bk | ||
# Needs to be "-E" instead of "-r" on macOS | ||
- name: Replace version number in svg-icons/package.json | ||
|
@@ -66,10 +66,10 @@ jobs: | |
rm packages/react-icons/package.json.bk | ||
# Needs to be "-E" instead of "-r" on macOS | ||
# - name: Replace version number in react-icons-font-subsetting-webpack-plugin/package.json | ||
# run: | | ||
# sed -i.bk -r "s/\"version\": \"[0-9]+\.[0-9]+\.[0-9]+\"/\"version\": \"$NEW_VERSION\"/g" packages/react-icons-font-subsetting-webpack-plugin/package.json | ||
# rm packages/react-icons-font-subsetting-webpack-plugin/package.json.bk | ||
- name: Replace version number in react-icons-font-subsetting-webpack-plugin/package.json | ||
run: | | ||
sed -i.bk -r "s/\"version\": \"[0-9]+\.[0-9]+\.[0-9]+\"/\"version\": \"$NEW_VERSION\"/g" packages/react-icons-font-subsetting-webpack-plugin/package.json | ||
rm packages/react-icons-font-subsetting-webpack-plugin/package.json.bk | ||
- name: Config git credentials | ||
run: git config user.email "[email protected]" && git config user.name "Fluent Build System" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters