Skip to content

update: fixed versioning errors #8

update: fixed versioning errors

update: fixed versioning errors #8

name: Generate Changelog
on:
push:
branches:
- "main"
jobs:
generate-changelog:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Generate Changelog
uses: BobAnkh/[email protected]
with:
REPO_NAME: "${{ github.repository }}"
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PATH: "../CHANGELOG" # Adjust the path if needed
COMMIT_MESSAGE: "docs(CHANGELOG): update release notes"
TYPE: "[add]: Feature,[fix]: Bug Fixes,[update]: Documentation"