chore(deno/changelog): fix commit link

This commit is contained in:
Yehonal
2021-06-15 11:09:55 +02:00
parent e3680778a3
commit 65d70cadce
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ for await (const dirEntry of Deno.readDir(CHANGELOG_PENDING_PATH)) {
const data = await Deno.readTextFile(
`${CHANGELOG_PENDING_PATH}/${dirEntry.name}`,
);
changelogText = `## ${acoreInfo.version} | Commit: ${gitVersion}\n\n${data}\n${changelogText}`;
changelogText = `## ${acoreInfo.version} | Commit: [${gitVersion}](https://github.com/azerothcore/azerothcore-wotlk/commit/${gitVersion}\n\n${data}\n${changelogText}`;
// remove the pending file
await Deno.remove(`${CHANGELOG_PENDING_PATH}/${dirEntry.name}`);

View File

@@ -1,4 +1,4 @@
## 4.0.0-dev.2 | Commit: 8b6d7cb2ff8c3774ba9a8e253923301fd0c096a5
## 4.0.0-dev.2 | Commit: [3f70d0b80ff483f142ffbebf8960aeb503913a35](https://github.com/azerothcore/azerothcore-wotlk/commit/3f70d0b80ff483f142ffbebf8960aeb503913a35)
### Added