diff --git a/.gitignore b/.gitignore index d53078e..0745a50 100644 --- a/.gitignore +++ b/.gitignore @@ -15,4 +15,5 @@ yarn-error.log .env # Other persistent data files -confirmed.txt \ No newline at end of file +confirmed.txt +release/ \ No newline at end of file diff --git a/src/main.ts b/src/main.ts index f7ba447..7c30f54 100644 --- a/src/main.ts +++ b/src/main.ts @@ -41,10 +41,10 @@ export const cache = new Map() const commandLineArg = process.argv[2] -// const targetVersions: MinecraftVersionFancyRange = { -// start: "1.19.2", -// } -const targetVersions = "1.19.2" +const targetVersions: MinecraftVersionFancyRange = { + start: "22w42a", +} +// const targetVersions = "1.19.2" // const targetVersions: StartAndEnd = ["1.19.1-pre1", null] const targetLanguages = ["en_us", "en_gb"] diff --git a/src/publisher/main.ts b/src/publisher/main.ts index 80a5ade..97576c3 100644 --- a/src/publisher/main.ts +++ b/src/publisher/main.ts @@ -78,15 +78,11 @@ ${minecraftVersion} is ${versionsBehindString} versions behind the latest Minecr return ` ${olderVersionsNote} -What a buig update today! -- Fixed some bugs -- Other improvements -- Removed the rest of this changelog +Fixed a single translation string ---- -**Capitalisation Fixes ${versionBrand} for Minecraft ${versionBrand}** -- [View this release on Github](${githubRelease}) +[*View this release on Github*](${githubRelease}) `.trim() }