Skip to content

Commit

Permalink
changie & github-release-notes support
Browse files Browse the repository at this point in the history
Fixes #76
  • Loading branch information
leucos committed Feb 6, 2021
1 parent 001eb83 commit b632bff
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ Currently supported distributions are:
- [binenv](https://github.com/devops-works/binenv)
- [bomberman](https://github.com/c1982/bomberman)
- [buildx](https://github.com/docker/buildx)
- [changie](https://github.com/miniscruff/changie)
- [chezmoi](https://github.com/twpayne/chezmoi)
- [cli53](https://github.com/barnybug/cli53)
- [consul](https://www.consul.io/)
Expand All @@ -181,11 +182,14 @@ Currently supported distributions are:
- [fzf](https://github.com/junegunn/fzf)
- [gdu](https://github.com/dundee/gdu/)
- [gh](https://github.com/cli/cli/)
- [github-release-notes](https://github.com/buchanae/github-release-notes)
- [gitjacker](https://github.com/liamg/gitjacker)
- [glab](https://github.com/profclems/glab/)
- [glow](https://github.com/charmbracelet/glow)
- [gocloc](https://github.com/hhatto/gocloc)
- [golangci-lint](https://github.com/golangci/golangci-lint)
- [goreleaser](https://github.com/goreleaser/goreleaser)
- [gosec](https://github.com/securego/gosec)
- [gping](https://github.com/orf/gping)
- [grizzly](https://github.com/grafana/grizzly)
- [gws](https://github.com/StreakyCobra/gws)
Expand Down
26 changes: 26 additions & 0 deletions distributions/distributions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,20 @@ sources:
install:
type: direct

changie:
description: >
Automated changelog tool for preparing releases with lots of
customization options
list:
type: github-releases
url: https://api.github.com/repos/miniscruff/changie/releases
fetch:
url: https://github.com/miniscruff/changie/releases/download/v{{ .Version }}/changie_{{ .Version }}_{{ .OS }}_{{ .Arch }}.tar.gz
install:
type: tgz
binaries:
- changie

cli53:
description: Command line tool for Amazon Route 53
list:
Expand Down Expand Up @@ -290,6 +304,18 @@ sources:
binaries:
- gh

github-release-notes:
description: Generate release notes content from GitHub Pull Request history.
list:
type: github-releases
url: https://api.github.com/repos/buchanae/github-release-notes/releases
fetch:
url: https://github.com/buchanae/github-release-notes/releases/download/{{ .Version }}/github-release-notes-{{ .OS }}-{{ .Arch }}-{{ .Version }}.tar.gz
install:
type: tgz
binaries:
- github-release-notes

gitjacker:
description: Leak git repositories from misconfigured websites
list:
Expand Down

0 comments on commit b632bff

Please sign in to comment.