Skip to content
This repository was archived by the owner on Dec 17, 2025. It is now read-only.

Commit f0d511d

Browse files
committed
change release target repo link
1 parent aa4e678 commit f0d511d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.releaserc

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"branches": ["main"],
33
"tagFormat": "v${version}",
4-
"repositoryUrl": "https://github.com/Agentic-Insights/cc-cli",
4+
"repositoryUrl": "https://github.com/Agentic-Insights/dotcontext",
55
"plugins": [
66
["@semantic-release/commit-analyzer", {
77
"preset": "angular",
@@ -24,7 +24,10 @@
2424
"pkgRoot": "."
2525
}],
2626
["@semantic-release/github", {
27-
"assets": ["dist/**"]
27+
"assets": [
28+
{"path": "dist/*.js", "label": "Distribution JavaScript files"},
29+
{"path": "dist/*.d.ts", "label": "TypeScript declaration files"}
30+
]
2831
}],
2932
["@semantic-release/git", {
3033
"assets": ["package.json", "package-lock.json", "CHANGELOG.md"],

0 commit comments

Comments
 (0)