Skip to content

Commit

Permalink
Update pre/post-push checklist and add Modrinth link in downloads
Browse files Browse the repository at this point in the history
  • Loading branch information
cjburkey01 committed May 9, 2024
1 parent ebfd6f8 commit 709d011
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions PRE_PUSH_CHECKLIST.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Pre-push Checklist
# Pre/Post-push Checklist

Things to make sure I do before I push a new release version:
- `build.gradle.kts`
Expand All @@ -10,8 +10,13 @@ Things to make sure I do before I push a new release version:
- [ ] Run `./gradlew clean googleFormat`
- [ ] Run `./gradlew build`
- Run separate from others because of stupid error
- Upload `OUT/claimchunk-VERSION-plugin.jar` as GitHub release with changelog
- Upload `OUT/claimchunk-VERSION.jar` as GitHub release with changelog.
- Post push
- Add new release on [Spigot](https://www.spigotmc.org/resources/claimchunk.44458/) with changelog.
- Add new release on [Modrinth](https://modrinth.com/plugin/claimchunk) with changelog.
- Push to Maven Central:
- `./gradlew publishToMavenCentral --no-configuration-cache`
- Publish release on [Maven Central](https://central.sonatype.com/artifact/com.cjburkey.claimchunk/claimchunk).
- Done!

Make sure to be able to provide support and bugfix releases shortly after :/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ For even more information, the SpigotMC page can be found [here](https://www.spi

Download
--------
Downloads are available in the [**releases section**](https://github.com/cjburkey01/ClaimChunk/releases).
Downloads are available in the [**releases section**](https://github.com/cjburkey01/ClaimChunk/releases) and separately on [Modrinth](https://modrinth.com/plugin/claimchunk).

**The latest compiled version of this repository can be [downloaded via this link](https://nightly.link/cjburkey01/ClaimChunk/workflows/gradle/main/ClaimChunk.zip)**.

Expand Down
Binary file added imgs/icon256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion unbuilt_readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ For even more information, the SpigotMC page can be found [here](https://www.spi

Download
--------
Downloads are available in the [**releases section**](https://github.com/cjburkey01/ClaimChunk/releases).
Downloads are available in the [**releases section**](https://github.com/cjburkey01/ClaimChunk/releases) and separately on [Modrinth](https://modrinth.com/plugin/claimchunk).

**The latest compiled version of this repository can be [downloaded via this link](https://nightly.link/cjburkey01/ClaimChunk/workflows/gradle/main/ClaimChunk.zip)**.

Expand Down

0 comments on commit 709d011

Please sign in to comment.