From 25d3dae605261161d4ff54dbc269ff72396c9e00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ahmet=20Kaan=20G=C3=9CM=C3=9C=C5=9E?= <96421894+Tahinli@users.noreply.github.com> Date: Sun, 17 Sep 2023 13:14:27 +0300 Subject: [PATCH] docs: Update rust.yml --- .github/workflows/rust.yml | 30 ++++++++++++++++++++++++++---- 1 file changed, 26 insertions(+), 4 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 2f2e084..3f65d3d 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -23,11 +23,33 @@ jobs: - name: Run tests run: cargo test --verbose - - name: Conventional - id: version - uses: TriPSs/conventional-changelog-action@v4 + + - name: Changelog + uses: ardalanamini/auto-changelog@v4 + id : changelog 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 id: release_id