Skip to content

Commit 51254a4

Browse files
committed
fix: releasing
1 parent baeaaf8 commit 51254a4

File tree

4 files changed

+5
-20
lines changed

4 files changed

+5
-20
lines changed

.github/FUNDING.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

.goreleaser.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,12 @@ release:
108108
109109
### What's Changed
110110
footer: |
111-
**Full Changelog**: https://github.com/xavidop/genkit-opentelemetry-go/compare/{{ .PreviousTag }}...{{ .Tag }}
111+
**Full Changelog**: https://github.com/genkit-ai/opentelemetry-go-plugin/compare/{{ .PreviousTag }}...{{ .Tag }}
112112
113113
## Documentation
114114
115-
- [README](https://github.com/xavidop/genkit-opentelemetry-go/blob/{{.Tag}}/README.md)
116-
- [Examples](https://github.com/xavidop/genkit-opentelemetry-go/tree/{{.Tag}}/examples)
115+
- [README](https://github.com/genkit-ai/opentelemetry-go-plugin/blob/{{.Tag}}/README.md)
116+
- [Examples](https://github.com/genkit-ai/opentelemetry-go-plugin/tree/{{.Tag}}/examples)
117117
- [OpenTelemetry Documentation](https://opentelemetry.io/docs/)
118118
draft: false
119119
prerelease: auto

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ This project and everyone participating in it is governed by our commitment to c
3737

3838
1. Clone the repository:
3939
```bash
40-
git clone https://github.com/xavidop/genkit-opentelemetry-go.git
40+
git clone https://github.com/genkit-ai/opentelemetry-go-plugin.git
4141
cd genkit-opentelemetry-go
4242
```
4343

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "OpenTelemetry Plugin for Genkit Go",
55
"repository": {
66
"type": "git",
7-
"url": "https://github.com/xavidop/genkit-opentelemetry-go.git"
7+
"url": "https://github.com/genkit-ai/opentelemetry-go-plugin.git"
88
},
99
"license": "Apache-2.0",
1010
"author": "Xavier Portilla Edo <[email protected]>",

0 commit comments

Comments
 (0)