Skip to content

Release Change Logs

Actions
Genereate commit logs from last released/tag to HEAD
v3.0
Latest
Star (3)

Tags

 (1)

Release Notes Logs javascript action

Create Release Notes from GitHub Actions. This action will generate release notes for your release base on latest tag to HEAD. The idea was base here and made a github actions for easy generating of change logs

Example

jobs:
  deployment:
    runs-on: ubuntu-latest
    steps:
    - name: Generate Release Notes
      uses: paolorevillosa/[email protected]
      with:
        custom_tag: '{"b":"Bugfix","f": "Feature Added"}'

Inputs

Argument Description Default
custom_tag Commit Message prefix to find {"bugfix":"Bugfix","feature": "Features"}

Response

Variable Description
change-logs Generated Change logs
latest_tag Latest Tag based on released
logs-on-json Git log on json format
logs-on-text-file git log on json format in a text file

License

MIT

Release Change Logs is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Genereate commit logs from last released/tag to HEAD
v3.0
Latest

Tags

 (1)

Release Change Logs is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.