docs: Update rust.yml
This commit is contained in:
parent
e338e604a9
commit
25d3dae605
1 changed files with 26 additions and 4 deletions
30
.github/workflows/rust.yml
vendored
30
.github/workflows/rust.yml
vendored
|
@ -23,11 +23,33 @@ jobs:
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: cargo test --verbose
|
run: cargo test --verbose
|
||||||
|
|
||||||
- name: Conventional
|
|
||||||
id: version
|
- name: Changelog
|
||||||
uses: TriPSs/conventional-changelog-action@v4
|
uses: ardalanamini/auto-changelog@v4
|
||||||
|
id : changelog
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token : ${{ github.token }}
|
||||||
|
commit-types : |
|
||||||
|
feat: New Features
|
||||||
|
fix: Bug Fixes
|
||||||
|
build: Build System & Dependencies
|
||||||
|
perf: Performance Improvements
|
||||||
|
docs: Documentation
|
||||||
|
test: Tests
|
||||||
|
refactor: Refactors
|
||||||
|
chore: Chores
|
||||||
|
ci: CI
|
||||||
|
style: Code Style
|
||||||
|
revert: Reverts
|
||||||
|
default-commit-type : Other Changes
|
||||||
|
release-name-prefix : ""
|
||||||
|
mention-authors : true
|
||||||
|
mention-new-contributors: true
|
||||||
|
include-compare-link : true
|
||||||
|
include-pr-links : true
|
||||||
|
include-commit-links : true
|
||||||
|
semver : true
|
||||||
|
use-github-autolink : true
|
||||||
|
|
||||||
- name: Release
|
- name: Release
|
||||||
id: release_id
|
id: release_id
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue