Skip to content

Commit 32d6d13

Browse files
committed
ci: update covector config
1 parent 385e699 commit 32d6d13

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.changes/config.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
22
"gitSiteUrl": "https://github.com/SSPS-KB/workshop-bot/",
3-
"pkgManagers": {},
3+
"pkgManagers": {
4+
"rust": {
5+
"version": true,
6+
"getPublishedVersion": "git log ${ pkg.pkg }-v${ pkgFile.version } -1 --pretty=%Cgreen${ pkgFile.version } 2> /dev/null || echo \"not published yet\"",
7+
"publish": "echo Publishing..."
8+
}
9+
},
410
"packages": {
511
"workshop-bot": {
612
"path": ".",
7-
"manager": "rust",
8-
"version": true,
9-
"getPublishedVersion": "git log workshop-bot-v${ pkgFile.version } -1 --pretty=%Cgreen${ pkgFile.version } || echo \"not published yet\"",
10-
"publish": "echo publishing..."
13+
"manager": "rust"
1114
},
1215
"i18n": {
1316
"path": "./crates/i18n",
14-
"manager": "rust",
15-
"version": true,
16-
"getPublishedVersion": "git log i18n-v${ pkgFile.version } -1 --pretty=%Cgreen${ pkgFile.version } || echo \"not published yet\"",
17-
"publish": "echo publishing..."
17+
"manager": "rust"
1818
}
1919
}
2020
}

0 commit comments

Comments
 (0)