Releases: ModFest/template
Releases · ModFest/template
0.1.0+fabric-1.21
This is an example release, made to demonstrate the release workflow.
The release workflow was triggered when this release was published with no files attached. It then:
- Checked out the code at the tag specified in the release (
0.1.0+fabric-1.21) - Ran
./gradlew buildto build the mod jar - Created an artifact attestation for the mod jar, which validates it as built by github using a specific workflow and source
- Uploaded the mod jar to this release's assets (the jar is shown below with a hash, indicating it's attested)
- Skipped publishing this release to modrinth using
./gradlew modrinth, as theMODRINTH_TOKENsecret was not present.
Full Changelog: https://github.com/ModFest/template/commits/0.1.0+fabric-1.21