mirror of
https://github.com/sekwah41/Advanced-Portals.git
synced 2024-11-22 02:25:49 +01:00
ci: Fix changelog generator
This commit is contained in:
parent
d884db3d6c
commit
e22b068a97
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user