Remove automatic changelog update

This commit is contained in:
bl00dymarie
2023-11-17 16:05:26 +01:00
parent e576c5dc7d
commit 486dd185e2
5 changed files with 1 additions and 47 deletions
-12
View File
@@ -1,12 +0,0 @@
#!/usr/bin/env node
const updateChangelog = require('../update-changelog');
(async () => {
try {
await updateChangelog()
} catch(err) {
console.error(err)
process.exit(1)
}
})()