Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add orhun/git-cliff #4512

Merged
merged 1 commit into from
Jun 30, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions pkgs/orhun/git-cliff/pkg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
packages:
- name: orhun/[email protected]
22 changes: 22 additions & 0 deletions pkgs/orhun/git-cliff/registry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
packages:
- type: github_release
repo_owner: orhun
repo_name: git-cliff
asset: git-cliff-{{trimV .Version}}-{{.Arch}}-{{.OS}}.{{.Format}}
format: tar.gz
description: A highly customizable Changelog Generator that follows Conventional Commit specifications
replacements:
amd64: x86_64
darwin: apple-darwin
linux: unknown-linux-musl
windows: pc-windows-msvc
overrides:
- goos: windows
format: zip
supported_envs:
- darwin
- amd64
rosetta2: true
files:
- name: git-cliff
src: git-cliff-{{trimV .Version}}/git-cliff
21 changes: 21 additions & 0 deletions registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5321,6 +5321,27 @@ packages:
darwin: Darwin
windows: Windows
linux: unknown-linux-musl
- type: github_release
repo_owner: orhun
repo_name: git-cliff
asset: git-cliff-{{trimV .Version}}-{{.Arch}}-{{.OS}}.{{.Format}}
format: tar.gz
description: A highly customizable Changelog Generator that follows Conventional Commit specifications
replacements:
amd64: x86_64
darwin: apple-darwin
linux: unknown-linux-musl
windows: pc-windows-msvc
overrides:
- goos: windows
format: zip
supported_envs:
- darwin
- amd64
rosetta2: true
files:
- name: git-cliff
src: git-cliff-{{trimV .Version}}/git-cliff
- type: github_release
repo_owner: orisano
repo_name: dlayer
Expand Down