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 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}
You can’t perform that action at this time.
0 commit comments