Androlax2 / gitmoji-changelog-action

runs gitmoji-changelog and commits the changes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gitmoji-changelog-action

runs gitmoji-changelog and commits the changes

example:

name: "Bump Version"

on:
  push:
    branches:
      - "main"

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

    steps:
      - name: "Checkout source code"
        uses: "actions/checkout@v2"
        with:
          fetch-depth: 0 # 👈 Required to retrieve git history for changelog
          
      - name: Androlax2 Gitmoji Changelog Action
        uses: Androlax2/gitmoji-changelog-action@main

About

runs gitmoji-changelog and commits the changes


Languages

Language:Dockerfile 53.6%Language:JavaScript 46.4%