+ "re-release": "node -e \"const t=require('child_process').execSync('git describe --tags --abbrev=0',{encoding:'utf8'}).trim();if(!t){console.error('No tag found');process.exit(1)};console.log('Re-releasing '+t+'...');require('child_process').execSync('git tag -d '+t,{stdio:'inherit'});require('child_process').execSync('git push origin :refs/tags/'+t,{stdio:'inherit'});require('child_process').execSync('git tag '+t,{stdio:'inherit'});require('child_process').execSync('git push origin '+t,{stdio:'inherit'})\""
0 commit comments