mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
feat(doc): changelog system (#6350)
This system provides rules and automatizes (Deno-typescript) the creation of a changelog file to help developers to adapt their code and know what is new with every (pre)release
This commit is contained in:
@@ -264,7 +264,7 @@ function shellCommandFactory(
|
||||
)
|
||||
}"\n`,
|
||||
)
|
||||
.action(async (args: any[] | undefined) => {
|
||||
.action(async (args: string[] | undefined) => {
|
||||
const { run } = Deno;
|
||||
|
||||
for (const command of commands) {
|
||||
|
||||
Reference in New Issue
Block a user