Fetch and parse Minecraft release notes
jobs:
release-notes:
runs-on: ubuntu-latest
steps:
- name: 'Fetch and parse release notes'
id: 'release-notes'
uses: MinecraftPlayground/release-notes@latest
with:
version: 1.21.2
- name: 'Output release notes'
run: |
echo "Output: ${{ steps.release-notes.outputs.json }}"| Input | Required? | Default | Description |
|---|---|---|---|
version |
No | latest-release |
Minecraft version to fetch and parse release notes for or one of latest-release/latest-snapshot. |
| Output | Description |
|---|---|
html |
Release notes formatted as HTML. |
text |
Release notes formatted as normal text. |
json |
Release notes formatted as JSON. |
The scripts and documentation in this project are released under the GPLv3 License.