AndreasAugustin / go-gitmoji-cli

:octocat: A conventional gitmoji commit interactive command line tool for using emojis on conventional commits. :rocket:
https://gitmoji.dev/
MIT License
8 stars 0 forks source link

[Feat]: support apk,deb and rpm packages #15

Closed AndreasAugustin closed 1 year ago

AndreasAugustin commented 1 year ago

Describe the feature

similar to #6 apk, deb and rpm packages should be supported

Use Case

some linux distros need other package formats

Proposed Solution

use the nfpm option within goreleaser https://nfpm.goreleaser.com/configuration/

Acknowledgements