Respect Obsidian's rule

This commit is contained in:
Sangrak Choi 2025-05-03 04:09:13 +09:00
parent 72c731073d
commit e3af87ac73

View file

@ -201,7 +201,7 @@ const createGitCommitAndTag = (version) => {
}
// Create release notes with changelog link if previous tag exists
let releaseNotes = `Release ${tagName}`;
let releaseNotes = `${tagName}`;
if (previousTag) {
const repoUrl = execSync('git config --get remote.origin.url', { encoding: 'utf-8' })
.trim()