added changelog and switched actions
This commit is contained in:
parent
f5228746a7
commit
60f47bfd42
2 changed files with 31 additions and 7 deletions
|
@ -1,7 +1,8 @@
|
||||||
name: Publish to CoastalCommits and Modrinth
|
name: Publish to CoastalCommits and Modrinth
|
||||||
on:
|
on:
|
||||||
release:
|
push:
|
||||||
types: [published]
|
tags:
|
||||||
|
- '*'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Build and Publish:
|
Build and Publish:
|
||||||
|
@ -18,12 +19,15 @@ jobs:
|
||||||
zip -r BetterCombatCompat-${{ github.event.release.tag_name }}.zip data pack.mcmeta pack.png LICENSE README.md
|
zip -r BetterCombatCompat-${{ github.event.release.tag_name }}.zip data pack.mcmeta pack.png LICENSE README.md
|
||||||
|
|
||||||
- name: Publish to Modrinth
|
- name: Publish to Modrinth
|
||||||
uses: actions/modrinth-publish@1.0.0
|
uses: actions/mc-publish@3.3
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.MODRINTH_STAGING_RELEASE_TOKEN }}
|
modrinth-token: ${{ secrets.MODRINTH_RELEASE_TOKEN }}
|
||||||
project: ${{ vars.MODRINTH_PROJECT_ID }}
|
modrinth-id: ${{ vars.MODRINTH_PROJECT_ID }}
|
||||||
changelog: ${{ github.event.release.body }}
|
modrinth-featured: true
|
||||||
|
modrinth-unfeature-mode: 'any'
|
||||||
loaders: 'datapack'
|
loaders: 'datapack'
|
||||||
file: BetterCombatCompat-${{ github.event.release.tag_name }}.zip
|
changelog-file: CHANGELOG.md
|
||||||
|
name: 'Better Combat Compatibility ${{ github.event.release.tag_name }}'
|
||||||
|
files: BetterCombatCompat-${{ github.event.release.tag_name }}.zip
|
||||||
dependencies: '[{"project_id": "5sy6g3kz", "dependency_type": "required"}]'
|
dependencies: '[{"project_id": "5sy6g3kz", "dependency_type": "required"}]'
|
||||||
api-domain: 'staging-api.modrinth.com'
|
api-domain: 'staging-api.modrinth.com'
|
||||||
|
|
20
CHANGELOG.md
Normal file
20
CHANGELOG.md
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# CHANGELOG
|
||||||
|
|
||||||
|
All notable changes to the Better Combat Compatibility project will be documented in this file.
|
||||||
|
|
||||||
|
## [1.0.0] - 2024-07-24
|
||||||
|
|
||||||
|
### Added Weapons
|
||||||
|
|
||||||
|
- Cataclysm:
|
||||||
|
- Zweiender (Claymore)
|
||||||
|
- Industrial Foregoing
|
||||||
|
- Infinity Drill (Claw)
|
||||||
|
- Infinity Hammer (Hammer)
|
||||||
|
- Infinity Saw (Axe)
|
||||||
|
- Infinity Trident (Trident)
|
||||||
|
- Mekanism
|
||||||
|
- Atomic Disassembler (Scythe)
|
||||||
|
- Meka-Tool (Claw)
|
||||||
|
- Mekanism: Weapons
|
||||||
|
- Mekatana (Katana)
|
Loading…
Reference in a new issue