Skip to content
activity

GitHub Action

Release Change Logs

v3.0 Latest version

Release Change Logs

activity

Release Change Logs

Genereate commit logs from last released/tag to HEAD

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Release Change Logs

uses: paolorevillosa/[email protected]

Learn more about this action in paolorevillosa/release-change-logs

Choose a version

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