8000 GitHub - Androlax2/gitmoji-changelog-action: runs gitmoji-changelog and commits the changes
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Androlax2/gitmoji-changelog-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 53.6%
  • JavaScript 46.4%
0