File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33[ ![ npm package] ( https://img.shields.io/npm/v/@changesets/cli )] ( https://npmjs.com/package/@changesets/cli )
44[ ![ View changelog] ( https://img.shields.io/badge/Explore%20Changelog-brightgreen )] ( ./CHANGELOG.md )
55
6- The primary implementation of [ changesets] ( https://github.com/Noviny /changesets ) . Helps you manage the versioning
6+ The primary implementation of [ changesets] ( https://github.com/changesets /changesets ) . Helps you manage the versioning
77and changelog entries for your packages, with a focus on versioning within a mono-repository (though we support
88single-package repositories too).
99
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ const getReleaseLine = async (changeset, type) => {
3737 // but it also exposes a set of links for the commit, PR and GH username
3838 let { user, pull, links } = await getInfo ({
3939 // replace this with your own repo
40- repo: " Noviny /changesets" ,
40+ repo: " changesets /changesets" ,
4141 commit: changeset .commit ,
4242 });
4343 let returnVal = ` - ${ links .commit }${
You can’t perform that action at this time.
0 commit comments