Skip to content

#202 :feat(index_page): create components for events and merchandise … #14

#202 :feat(index_page): create components for events and merchandise …

#202 :feat(index_page): create components for events and merchandise … #14

Workflow file for this run

name: Update Changelog and Version
on:
push:
branches:
- main
jobs:
update-changelog:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Conventional Changelog Action
uses: TriPSs/conventional-changelog-action@v5
with:
github-token: ${{ secrets.TOKEN }}
output-file: 'CHANGELOG.md'
skip-bump: false