Skip to content

Commit

Permalink
fix: release.yml test12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
soblvsk committed Jul 13, 2023
1 parent 35b8571 commit 13729cb
Showing 1 changed file with 13 additions and 22 deletions.
35 changes: 13 additions & 22 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,31 +55,22 @@ jobs:
- name: Build Changelog
id: build_changelog
uses: ardalanamini/auto-changelog@v4
uses: ardalanamini/auto-changelog@master
with:
release-name: ${{steps.tags.outputs.currentTag}}

github-token: ${{ github.token }}
release-name: ${{steps.tags.outputs.currentTag}}
commit-types: |
Breaking: 🚨 Breaking Adjustments
Build: 🧯 Build Adjustments
Chore: 💄 New Chores
CI: 💢 Continuous Integrations
Dependency: 📖 Dependency Adjustments
Documentation: 🌍 Documentation Adjustments
Enhancement: 🚀 New Enhancements
Feature: 🌟 New Features
Fix: 🐞 Bug Fixes
Other: 📂 Other Adjustments
Patch: 🐞 Bug Patches
Performance: 💊 Performance Improvements
Refactor: 🐝 Refactored
Revert: 🔙 Reverted
Style: 🎨 Code Style Adjustments
Test: ⛑ Tests
default-commit-type: 📂 Other Adjustments
include-compare-link: true
semver: true
build: 🧯 Build System & Dependencies
ci: 💢 Continuous Integrations
docs: 📖 Documentation
fix: 🐞 Bug Fixes
perf: 💊 Performance Improvements
refactor: 🐝 Refactors
revert: 🔙 Reverts
style: 🎨 Code Style
test: ⛑ Tests
default-commit-type: 📂 Other Changes
semver: false

- name: Create issue
uses: imjohnbo/issue-bot@3d96848fb5e9a4a473bb81ae62b4b4866a56e93a
Expand Down

0 comments on commit 13729cb

Please sign in to comment.