-
-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(urfave/gfmrun): scaffold urfave/gfmrun (#28180)
- Loading branch information
1 parent
5ce168f
commit de9cd58
Showing
3 changed files
with
61 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
packages: | ||
- name: urfave/[email protected] | ||
- name: urfave/gfmrun | ||
version: v1.2.12-beta |
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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
packages: | ||
- type: github_release | ||
repo_owner: urfave | ||
repo_name: gfmrun | ||
description: GitHub-Flavored Markdown Runner | ||
version_constraint: "false" | ||
version_overrides: | ||
- version_constraint: semver("<= 1.2.0") | ||
no_asset: true | ||
- version_constraint: Version == "v1.2.12-beta" | ||
asset: gfmrun-{{.OS}}-{{.Arch}}-{{.Version}} | ||
format: raw | ||
rosetta2: true | ||
windows_arm_emulation: true | ||
replacements: | ||
windows: win | ||
supported_envs: | ||
- darwin | ||
- windows | ||
- amd64 | ||
- version_constraint: "true" | ||
asset: gfmrun-{{.OS}}-{{.Arch}}-{{.Version}} | ||
format: raw | ||
rosetta2: true | ||
windows_arm_emulation: true | ||
supported_envs: | ||
- darwin | ||
- windows | ||
- amd64 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.