Skip to content

Commit 1ab59c6

Browse files
committed
chore: add publish script
1 parent 6ec41c3 commit 1ab59c6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.changes/config.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@
66
"path": ".",
77
"manager": "rust",
88
"version": true,
9-
"getPublishedVersion": "git log workshop-bot-v${ pkgFile.version } -1 --pretty=%Cgreen${ pkgFile.version } || echo \"not published yet\""
9+
"getPublishedVersion": "git log workshop-bot-v${ pkgFile.version } -1 --pretty=%Cgreen${ pkgFile.version } || echo \"not published yet\"",
10+
"publish": "echo publishing"
1011
},
1112
"i18n": {
1213
"path": "./crates/i18n",
1314
"manager": "rust",
1415
"version": true,
1516
"getPublishedVersion": "git log i18n-v${ pkgFile.version } -1 --pretty=%Cgreen${ pkgFile.version } || echo \"not published yet\""
17+
"publish": "echo publishing"
1618
}
1719
}
18-
}
20+
}

0 commit comments

Comments
 (0)