Skip to content

Commit

Permalink
feat: update release stuff to 1.21.1 while keeping 1.21 backward compat
Browse files Browse the repository at this point in the history
  • Loading branch information
klikli-dev committed Aug 15, 2024
1 parent f375a19 commit 20c64c2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_and_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
uses: stefanzweifel/git-auto-commit-action@v5
if: ${{ steps.get_release_type.outputs.result != 'test' }}
with:
branch: version/1.21
branch: version/1.21.1
commit_message: 'docs: update CHANGELOG.md for ${{ github.ref_name }} [skip ci]'
file_pattern: CHANGELOG.md
- name: Upload Neo Version to Mod Platforms
Expand All @@ -124,7 +124,7 @@ jobs:
neoforge
game-versions: |
${{ steps.get_mc_version.outputs.result }}
1.21.1
1.21
changelog: |-
${{ steps.changelog.outputs.changes }}
Expand All @@ -151,7 +151,7 @@ jobs:
forge
game-versions: |
${{ steps.get_mc_version.outputs.result }}
1.21.1
1.21
changelog: |-
${{ steps.changelog.outputs.changes }}
Expand All @@ -176,7 +176,7 @@ jobs:
version-type: ${{ steps.get_release_type.outputs.result }}
game-versions: |
${{ steps.get_mc_version.outputs.result }}
1.21.1
1.21
changelog: |-
${{ steps.changelog.outputs.changes }}
Expand Down
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ org.gradle.daemon=false
## Environment Properties

# The Minecraft version must agree with the Forge version to get a valid artifact
minecraft_version=1.21
minecraft_version=1.21.1
# The Minecraft version range can use any release version of Minecraft as bounds.
# Snapshots, pre-releases, and release candidates are not guaranteed to sort properly
# as they do not follow standard versioning conventions.
Expand All @@ -23,15 +23,15 @@ neogradle_version=7.0.158

## Forge
# The Forge version must agree with the Minecraft version to get a valid artifact
forge_version=51.0.5
forge_version=52.0.3
# The Forge version range can use any version of Forge as bounds or match the loader version range
forge_version_range=[51.0.5,)
# The loader version range can only use the major version of Forge/FML as bounds
forge_loader_version_range=[51,)
forgeradle_version=[6.0.24,6.2)

## Fabric
fabric_version=0.100.1+1.21
fabric_version=0.102.1+1.21.1
fabric_loader_version=0.15.11

## Misc
Expand Down Expand Up @@ -62,14 +62,14 @@ group=com.klikli_dev
mod_id=modonomicon
mod_name=Modonomicon
mod_license=MIT AND CC-BY-4.0
mod_version=1.95.0
mod_version=1.99.0
mod_authors=Kli Kli
mod_description=Data-driven minecraft in-game documentation with progress visualization.

## Dependency Properties

# Mods
jei_version=19.3.1.24
jei_version=19.8.5.118
jei_version_range=[19.3.1.0,)
patchouli_version=TODO
patchouli_version_range=TODO
Expand Down

0 comments on commit 20c64c2

Please sign in to comment.