We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
\n
1 parent 05aed69 commit 968d7acCopy full SHA for 968d7ac
scripts/lib/util.ts
@@ -31,6 +31,8 @@ export function updatePluginXml(pkg: typeof pluginPkg)
31
prettyPrint: true,
32
})
33
.replace(/^\<\?xml version="1\.0"\?\>\s*/, '')
34
+ .concat('\n')
35
+ .replace(/\n\n+$/, '\n')
36
;
37
38
console.log(`update`, `resources/META-INF/plugin.xml`);
0 commit comments