We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f14c7db commit 70458e5Copy full SHA for 70458e5
scripts/github/changesets/create-changelog.js
@@ -11,7 +11,7 @@ const getReleaseLine = async (changeset, _type, options) => {
11
// Options are coming from .changeset/config.json
12
if (changeset.commit && options.owner && options.repo) {
13
const link = `https://github.com/${options.owner}/${options.repo}/commit/${changeset.commit}`;
14
- returnValue += ` - [see commit](${link})`;
+ returnValue += ` - [see commit ${changeset.commit.slice(0, 7)}](${link})`;
15
}
16
17
if (futureLines.length > 0) {
0 commit comments