Add release wizard
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
const updateChangelog = require('../update-changelog');
|
||||
|
||||
(async () => {
|
||||
try {
|
||||
await updateChangelog()
|
||||
} catch(err) {
|
||||
console.error(err)
|
||||
process.exit(1)
|
||||
}
|
||||
})()
|
||||
Reference in New Issue
Block a user