Skip to content

Commit e63fe98

Browse files
committed
ci(release): narrow uploaded assets; exclude builder-debug.yml
1 parent 70ef9b7 commit e63fe98

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gitcontext",
3-
"private": false,
3+
"private": true,
44
"author": "kccarlos",
55
"license": "MIT",
66
"description": "GitContext helps you package local file diffs and code into a single, clean prompt, ensuring your AI chatbot has the precise information it needs — all without your code ever leaving your machine.",
@@ -48,7 +48,11 @@
4848
"@semantic-release/release-notes-generator",
4949
["@semantic-release/github", {
5050
"assets": [
51-
"dist-all/**/*.{dmg,exe,AppImage,yml,blockmap}",
51+
"dist-all/**/*.dmg",
52+
"dist-all/**/*.exe",
53+
"dist-all/**/*.AppImage",
54+
"dist-all/**/*.blockmap",
55+
"dist-all/**/*latest*.yml",
5256
"!dist-all/**/builder-debug.yml"
5357
]
5458
}],

0 commit comments

Comments
 (0)