Skip to content

Commit

Permalink
👷 Working on changelog flow (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
Templum authored Apr 5, 2024
1 parent 7c9ce4b commit 187d5a0
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,20 @@ on:
workflow_dispatch:
permissions:
contents: write
pull-requests: write
jobs:
changelog:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: "Generate Changelog"
uses: sercanuste/gitmoji-changelog-action@v1
- name: Generate Changelog
uses: Templum/gitmoji-changelog@main

- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
with:
add_author: true
branch: feature/changelog-update
title: ":memo: Update Changelog for ${{ steps.outputs.for-version }}"
commit-message: ":memo: Update Changelog for ${{ steps.outputs.for-version }}"

0 comments on commit 187d5a0

Please sign in to comment.