Skip to content

MinecraftPlayground/release-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

release-notes

Fetch and parse Minecraft release notes

Test Action

Usage

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 }}"

Inputs

Input Required? Default Description
version No latest-release Minecraft version to fetch and parse release notes for or one of latest-release/latest-snapshot.

Outputs

Output Description
html Release notes formatted as HTML.
text Release notes formatted as normal text.
json Release notes formatted as JSON.

License

The scripts and documentation in this project are released under the GPLv3 License.

About

Fetch and parse Minecraft release notes

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published