Skip to content

Commit

Permalink
Fix url in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Mar 6, 2020
1 parent 17d0430 commit a53118e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/breaking.js
Expand Up @@ -24,7 +24,7 @@ const conventionalIncrement = async ({ increment }) => {
JSON.stringify(config, null, 2) +
EOL +
EOL +
'Please refer to https://github.com/release-it/release-it#conventional-changelog for more details.'
'Please refer to https://github.com/release-it/release-it/blob/master/docs/changelog.md#conventional-changelog for more details.'
);
}
};
Expand Down

0 comments on commit a53118e

Please sign in to comment.