Skip to content

Commit

Permalink
ci: updating actions
Browse files Browse the repository at this point in the history
  • Loading branch information
aacevski committed Jan 25, 2025
1 parent 4e582ea commit ad6923b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Generate Changelog
name: Generate Changelog and Create Patch Version
on:
push:
branches:
Expand All @@ -21,4 +21,6 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
output-file: CHANGELOG.md
git-push: true
create-release: true
create-release: true
release-count: 1
release-type: patch
File renamed without changes.

0 comments on commit ad6923b

Please sign in to comment.