feat: automate release process with conventional commits

This commit is contained in:
Prad N
2025-03-21 21:26:26 -04:00
parent 8b4d51ee30
commit bf4a7440be
5 changed files with 18 additions and 32 deletions
+1 -3
View File
@@ -34,12 +34,11 @@ builds:
archives:
- id: sonr
builds: [sonr]
name_template: >-
sonr_{{ .Os }}_{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
format: tar.gz
formats: ["tar.gz"]
files:
- src: README*
wrap_in_directory: true
@@ -48,7 +47,6 @@ nfpms:
- id: sonr
package_name: sonrd
file_name_template: "sonrd_{{ .Os }}_{{ .Arch }}{{ .ConventionalExtension }}"
builds: [sonr]
vendor: Sonr
homepage: "https://onsonr.dev"
maintainer: "Sonr <support@onsonr.dev>"