Skip to content

Commit

Permalink
v2.1.5
Browse files Browse the repository at this point in the history
- Combined both CLI flows into one: release then update logs
  • Loading branch information
GoodM4ven committed Sep 18, 2023
1 parent 15ba0b4 commit f3d6892
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 32 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Create Release and Auto Merge
name: Create Release, Auto Merge, and Update Changelog

on:
push:
Expand Down Expand Up @@ -37,3 +37,16 @@ jobs:
body_path: .github/release_body.md
draft: false
prerelease: false

- name: Update Changelog
uses: stefanzweifel/changelog-updater-action@v1
with:
latest-version: ${{ github.ref_name }}
release-notes: ${{ github.event.head_commit.message }}

- name: Commit updated CHANGELOG
uses: stefanzweifel/git-auto-commit-action@v4
with:
branch: master
commit_message: Update CHANGELOG
file_pattern: CHANGELOG.md
31 changes: 0 additions & 31 deletions .github/workflows/update-changelog.yml

This file was deleted.

0 comments on commit f3d6892

Please sign in to comment.