Skip to content

Commit

Permalink
ci: bump changelog job version
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeplotean committed Aug 12, 2024
1 parent 5c9eda4 commit 56de8a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 34 deletions.
20 changes: 3 additions & 17 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,30 +81,16 @@ jobs:
tags: waltid/portal:latest, waltid/portal:${{ env.release_version }}

- name: Changelog
uses: ardalanamini/auto-changelog@v3
uses: ardalanamini/auto-changelog@v4
id: changelog
with:
github-token: ${{ github.token }}
commit-types: |
breaking: Breaking Changes
feat: New Features
fix: Bug Fixes
revert: Reverts
perf: Performance Improvements
refactor: Refactors
deps: Dependencies
docs: Documentation Changes
style: Code Style Changes
build: Build System
ci: Continuous Integration
test: Tests
chore: Chores
other: Other Changes
default-commit-type: Other Changes
release-name: v${{ env.release_version }}
mention-authors: true
mention-new-contributors: true
include-compare: true
include-compare-link: true
use-github-autolink: true
semver: true
- name: Create Release
uses: softprops/action-gh-release@v2
Expand Down
20 changes: 3 additions & 17 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,30 +91,16 @@ jobs:
tags: waltid/portal:latest, waltid/portal:${{ inputs.release_version }}

- name: Changelog
uses: ardalanamini/auto-changelog@v3
uses: ardalanamini/auto-changelog@v4
id: changelog
with:
github-token: ${{ github.token }}
commit-types: |
breaking: Breaking Changes
feat: New Features
fix: Bug Fixes
revert: Reverts
perf: Performance Improvements
refactor: Refactors
deps: Dependencies
docs: Documentation Changes
style: Code Style Changes
build: Build System
ci: Continuous Integration
test: Tests
chore: Chores
other: Other Changes
default-commit-type: Other Changes
release-name: v${{ inputs.release_version }}
mention-authors: true
mention-new-contributors: true
include-compare: true
include-compare-link: true
use-github-autolink: true
semver: true

- name: Create Release
Expand Down

0 comments on commit 56de8a2

Please sign in to comment.