Skip to content

Commit

Permalink
chore: fix .versionrc.json url format
Browse files Browse the repository at this point in the history
  • Loading branch information
rikkarth committed Mar 19, 2024
1 parent 0b00dcb commit e8999bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .versionrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
"hidden": true
},
{
"tpe": "build",
"type": "build",
"hidden": true
}
],
"commitUrlFormat": "https://github.com/mokkapps/changelog-generator-demo/commits/{{hash}}",
"compareUrlFormat": "https://github.com/mokkapps/changelog-generator-demo/compare/{{previousTag}}...{{currentTag}}"
"commitUrlFormat": "https://github.com/rikkarth/tooler-tools/commits/{{hash}}",
"compareUrlFormat": "https://github.com/rikkarth/tooler-tools/compare/{{previousTag}}...{{currentTag}}"
}

0 comments on commit e8999bc

Please sign in to comment.