Skip to content

Commit fe8e350

Browse files
committed
feat: Add NekoRelease Config
1 parent 5f1717f commit fe8e350

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.nekorelease.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"packageName": "neko-threadpool",
3+
"repositoryUrl": "https://github.com/moehoshio/NekoThreadPool",
4+
"packageManagers": [
5+
"vcpkg",
6+
"Conan"
7+
],
8+
"mode": "Update",
9+
"outputPaths": {
10+
"vcpkg": "./packages/vcpkg",
11+
"Conan": "./packages/Conan"
12+
}
13+
}

0 commit comments

Comments
 (0)