Skip to content

Commit 8a1c77f

Browse files
committed
fix(release): correct GitHub owner to vviveksharma
1 parent 415952d commit 8a1c77f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.goreleaser.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ changelog:
7777

7878
release:
7979
github:
80-
owner: viveksharma
81-
name: goforge
80+
owner: vviveksharma
81+
name: Goforge
8282
draft: false
8383
prerelease: auto
8484
name_template: "v{{.Version}}"
@@ -104,17 +104,17 @@ release:
104104
105105
---
106106
107-
**Full Changelog**: https://github.com/viveksharma/goforge/compare/{{ .PreviousTag }}...{{ .Tag }}
107+
**Full Changelog**: https://github.com/vviveksharma/Goforge/compare/{{ .PreviousTag }}...{{ .Tag }}
108108
109109
# Homebrew tap configuration
110110
brews:
111111
- ids:
112112
- goforge
113113
repository:
114-
owner: viveksharma
114+
owner: vviveksharma
115115
name: homebrew-tap
116116
directory: Formula
117-
homepage: https://github.com/viveksharma/goforge
117+
homepage: https://github.com/vviveksharma/Goforge
118118
description: Generate production-ready Go applications with security and observability built-in
119119
license: MIT
120120
dependencies:

0 commit comments

Comments
 (0)