Skip to content

Commit

Permalink
Other tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
MMK21Hub committed Oct 30, 2022
1 parent d8d321c commit 40af698
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ yarn-error.log
.env

# Other persistent data files
confirmed.txt
confirmed.txt
release/
8 changes: 4 additions & 4 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ export const cache = new Map<string, any>()

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<string> = ["1.19.1-pre1", null]
const targetLanguages = ["en_us", "en_gb"]

Expand Down
8 changes: 2 additions & 6 deletions src/publisher/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}

Expand Down

0 comments on commit 40af698

Please sign in to comment.