update actions

This commit is contained in:
ZCShou 2022-06-22 08:31:33 +08:00
parent 1be5cb8a7c
commit a6f36948c9
No known key found for this signature in database
GPG Key ID: 1011EBCEDDDEB03A

View File

@ -36,11 +36,32 @@ jobs:
# https://github.com/marketplace/actions/auto-changelog
# require commit format are "type(category): description [flag]"
- name: Build Changelog
- name: Changelog
uses: ardalanamini/auto-changelog@v3
id: changelog
uses: ardalanamini/auto-changelog@v3.2.1
with:
token: ${{ github.token }}
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: v1.0.0
mention-authors: true
mention-new-contributors: true
include-compare: true
semver: true
# https://github.com/marketplace/actions/gh-release
- name: Release APK