File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"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
+ },
4
10
"packages" : {
5
11
"workshop-bot" : {
6
12
"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"
11
14
},
12
15
"i18n" : {
13
16
"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"
18
18
}
19
19
}
20
20
}
You can’t perform that action at this time.
0 commit comments