mirror of
https://github.com/kargnas/obsidian-create-note-with-date.git
synced 2026-07-22 05:48:47 +00:00
Respect Obsidian's rule
This commit is contained in:
parent
72c731073d
commit
e3af87ac73
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue