Skip to content

Commit 709d011

Browse files
committed
Update pre/post-push checklist and add Modrinth link in downloads
1 parent ebfd6f8 commit 709d011

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

PRE_PUSH_CHECKLIST.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Pre-push Checklist
1+
# Pre/Post-push Checklist
22

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

1722
Make sure to be able to provide support and bugfix releases shortly after :/

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ For even more information, the SpigotMC page can be found [here](https://www.spi
3838

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

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

imgs/icon256.png

26 KB
Loading

unbuilt_readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ For even more information, the SpigotMC page can be found [here](https://www.spi
3838

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

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

0 commit comments

Comments
 (0)