mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
chore(deno/changelog): fix commit link
This commit is contained in:
@@ -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}`);
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user