Skip to content

Commit 9b10e6b

Browse files
committed
edit the goreleaser and main.go
1 parent 4b94773 commit 9b10e6b

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.goreleaser.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ changelog:
1111
before:
1212
hooks:
1313
- go mod tidy
14-
- go generate ./...
1514

1615

1716
builds:
@@ -75,15 +74,15 @@ archives:
7574
- none*
7675

7776

78-
brews:
77+
homebrew_casks:
7978
- name: backend-starter
8079
ids:
8180
- mac-archive
8281
repository:
8382
owner: Walon-Foundation
8483
name: homebrew-tap
8584
homepage: "https://github.com/Walon-Foundation/backend-starter-cli"
86-
license: Apache-2.0
85+
license: MIT
8786

8887

8988
release:

main.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
/*
2-
Copyright © 2025 NAME HERE <EMAIL ADDRESS>
3-
4-
*/
51
package main
62

73
import "github.com/walonCode/backend-starter-cli/cmd"

0 commit comments

Comments
 (0)