Skip to content

Commit

Permalink
ci: Added option for building .deb file
Browse files Browse the repository at this point in the history
  • Loading branch information
durandj committed May 4, 2023
1 parent 9c5cb02 commit 8d3a69a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,16 @@ changelog:
- '^test:'
- '^chore:'
- '^ci:'

nfpms:
- id: deb
description: |
A CLI tool for Git to generate `.gitignore` files for your repository.
license: "MIT"
homepage: "https://github.com/durandj/git-ignore"
maintainer: "James Durand"
section: "default"
priority: "extra"
contents:
- src: ./git-ignore
dst: /usr/bin/git-ignore

0 comments on commit 8d3a69a

Please sign in to comment.