-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: correct goreleaser maintainer, license.
Also, package for Arch linux.
- Loading branch information
Showing
1 changed file
with
7 additions
and
5 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 |
---|---|---|
|
@@ -31,20 +31,22 @@ changelog: | |
exclude: | ||
- '^docs:' | ||
- '^test:' | ||
# https://github.com/goreleaser/nfpm; https://goreleaser.com/customization/nfpm/ | ||
nfpms: | ||
- maintainer: Steven Kalt | ||
|
||
nfpms: # see https://goreleaser.com/customization/nfpm/ | ||
# see also https://github.com/goreleaser/nfpm | ||
- maintainer: "Steven Kalt <[email protected]>" | ||
homepage: &homepage "https://github.com/skalt/git-cc" | ||
description: &description "A git extension to help write conventional commits." | ||
license: &license "Indie Code Catalog Standard Deal >= 4.1" | ||
license: &license "Polyform-Free-Trial-1.0.0 OR Polyform-Noncommercial-1.0.0 OR COMMERCIAL" | ||
|
||
# symlinks: | ||
# /usr/local/bin/git-conventional-commit: /usr/local/bin/git-cc | ||
dependencies: &dependencies | ||
- git | ||
formats: | ||
# - apk | ||
- deb | ||
- rpm | ||
- archlinux | ||
# it'd be neat to have nix, npm, gem, and pypi packages as well! | ||
provides: | ||
- git-cc | ||
|