Skip to content

Commit f0af602

Browse files
feat!: rename package to @devtheops/opencode-plugin-otel
BREAKING CHANGE: package name changed from opencode-plugin-otel to @devtheops/opencode-plugin-otel
1 parent 6df9d39 commit f0af602

4 files changed

Lines changed: 12 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
5151
---
5252
53-
📦 **npm:** https://www.npmjs.com/package/opencode-plugin-otel/v/${VERSION}"
53+
📦 **npm:** https://www.npmjs.com/package/@devtheops/opencode-plugin-otel/v/${VERSION}"
5454
echo "notes<<EOF" >> "$GITHUB_OUTPUT"
5555
echo "$NOTES" >> "$GITHUB_OUTPUT"
5656
echo "EOF" >> "$GITHUB_OUTPUT"

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ The format follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and
66

77
---
88

9+
## [0.2.0] — 2026-03-11
10+
11+
### Changed
12+
13+
- **BREAKING** — Package renamed to `@devtheops/opencode-plugin-otel`. Update your opencode config from `"opencode-plugin-otel"` to `"@devtheops/opencode-plugin-otel"`.
14+
15+
---
16+
917
## [0.1.1] — 2026-03-11
1018

1119
### Fixed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Add the plugin to your opencode config at `~/.config/opencode/opencode.json`:
4848
```json
4949
{
5050
"$schema": "https://opencode.ai/config.json",
51-
"plugin": ["opencode-plugin-otel"]
51+
"plugin": ["@devtheops/opencode-plugin-otel"]
5252
}
5353
```
5454

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "opencode-plugin-otel",
3-
"version": "0.1.1",
2+
"name": "@devtheops/opencode-plugin-otel",
3+
"version": "0.2.0",
44
"module": "src/index.ts",
55
"main": "src/index.ts",
66
"type": "module",

0 commit comments

Comments
 (0)