ci: Fix changelog generator

This commit is contained in:
Sekwah 2021-05-13 00:45:13 +01:00
parent d884db3d6c
commit e22b068a97
No known key found for this signature in database
GPG Key ID: C3BE2E6C861A461A
1 changed files with 0 additions and 11 deletions

View File

@ -12,17 +12,6 @@ const ymlUpdater = {
}
}
}
const plugin = {
filename: 'src/main/resources/plugin.yml',
updater: {
'readVersion': (contents) => {
return versionRegex.exec(contents)[2];
},
'writeVersion': (contents, version) => {
return contents.replace(versionRegex, `$1${version}`);
}
}
}
const bungee = {
filename: 'src/main/resources/bungee.yml',