We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b94773 commit 9b10e6bCopy full SHA for 9b10e6b
.goreleaser.yaml
@@ -11,7 +11,6 @@ changelog:
11
before:
12
hooks:
13
- go mod tidy
14
- - go generate ./...
15
16
17
builds:
@@ -75,15 +74,15 @@ archives:
75
74
- none*
76
77
78
-brews:
+homebrew_casks:
79
- name: backend-starter
80
ids:
81
- mac-archive
82
repository:
83
owner: Walon-Foundation
84
name: homebrew-tap
85
homepage: "https://github.com/Walon-Foundation/backend-starter-cli"
86
- license: Apache-2.0
+ license: MIT
87
88
89
release:
main.go
@@ -1,7 +1,3 @@
1
-/*
2
-Copyright © 2025 NAME HERE <EMAIL ADDRESS>
3
-
4
-*/
5
package main
6
7
import "github.com/walonCode/backend-starter-cli/cmd"
0 commit comments