body+=`[View changes on GitHub](https://github.com/${REPO_OWNER}/${REPO_NAME}/compare/${previousCommit?.version||'v1.0.0'}...${versionCommit.version})`
returnbody.trim()
}
asyncfunctionmain(){
try{
console.log(`🚀 Creating single release for ${targetVersion}...`)