Skip to content

Commit

Permalink
fix(versionrc): fix url format to current git
Browse files Browse the repository at this point in the history
  • Loading branch information
chornos13 committed Jan 20, 2021
1 parent 9d9e739 commit 96fb4f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .versionrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
{ "type": "perf", "hidden": true },
{ "type": "test", "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/chornos13/nextjs-concept/commits/{{hash}}",
"compareUrlFormat": "https://github.com/chornos13/nextjs-concept/compare/{{previousTag}}...{{currentTag}}"
}

0 comments on commit 96fb4f6

Please sign in to comment.