Skip to content

Commit b3d8bf6

Browse files
committed
fix: release
1 parent 410431e commit b3d8bf6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.goreleaser.yml

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

129129
release:
130130
github:
131-
owner: xavidop
132-
name: genkit-azure-foundry-go
131+
owner: genkit-ai
132+
name: azure-foundry-go-plugin
133133
name_template: "{{.ProjectName}} v{{.Version}}"
134134
header: |
135135
## Azure Foundry Plugin for Genkit Go {{.Version}}
@@ -146,7 +146,7 @@ release:
146146
147147
### What's Changed
148148
footer: |
149-
**Full Changelog**: https://github.com/xavidop/genkit-azure-foundry-go/compare/{{ .PreviousTag }}...{{ .Tag }}
149+
**Full Changelog**: https://github.com/genkit-ai/azure-foundry-go-plugin/compare/{{ .PreviousTag }}...{{ .Tag }}
150150
151151
## Supported Models
152152
@@ -158,8 +158,8 @@ release:
158158
159159
## Documentation
160160
161-
- [README](https://github.com/xavidop/genkit-azure-foundry-go/blob/{{.Tag}}/README.md)
162-
- [Examples](https://github.com/xavidop/genkit-azure-foundry-go/tree/{{.Tag}}/examples)
161+
- [README](https://github.com/genkit-ai/azure-foundry-go-plugin/blob/{{.Tag}}/README.md)
162+
- [Examples](https://github.com/genkit-ai/azure-foundry-go-plugin/tree/{{.Tag}}/examples)
163163
- [Azure Foundry Documentation](https://learn.microsoft.com/en-us/azure/developer/go/azure-ai-for-go-developers)
164164
draft: false
165165
prerelease: auto

0 commit comments

Comments
 (0)