Skip to content

Generate Gitmoji Changelog

Actions
GitHub Action for gitmoji-changelog
v1.0.0
Latest
Star (23)

Gitmoji gitmoji-changelog

Gitmoji Changelog Action

An action for generate gitmoji changelog.

Usage

name: "Generate Gitmoji Changelog"

on:
  push:
    branches:
      - "main"

jobs:
  generate-changelog:
    runs-on: ubuntu-latest

    steps:
      - name: "Checkout"
        uses: "actions/checkout@v3"
        with:
          fetch-depth: 0 # Required for fetch all history

      - name: "Generate Changelog"
        uses: sercanuste/gitmoji-changelog-action@v1

Inputs

Input Description Required Options  Default Value
commit_message The commit message to use when updating the changelog. false - 📝 Update CHANGELOG 
format Changelog file format false markdown
json
markdown
preset Preset for gitmoji-changelog. Click for more info. false node
generic
maven
cargo
helm
node
group_similar_commits [⚗️,- beta] Try to group similar commits. false true
false
false
add_author Add the author in changelog lines. false true
false
false
author_email Email address of commit author false - [email protected]
author_name Name of commit author false - Gitmoji Changelog Bot

License

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

Generate Gitmoji Changelog 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

GitHub Action for gitmoji-changelog
v1.0.0
Latest

Generate Gitmoji Changelog 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.