mirror of
https://github.com/steedos/steedos-platform
synced 2024-11-23 01:16:43 +00:00
小v
This commit is contained in:
parent
b511b15e1f
commit
09ba8f7941
@ -8,6 +8,6 @@ const loadJSONFile = (filePath)=>{
|
||||
const lernaInfo = loadJSONFile('lerna.json');
|
||||
|
||||
if(lernaInfo && lernaInfo.version){
|
||||
execSync(`git tag -a V${lernaInfo.version} -m 'published V${lernaInfo.version}' && git push origin --tags`);
|
||||
execSync(`git tag -a v${lernaInfo.version} -m 'published v${lernaInfo.version}' && git push origin --tags`);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user