Skip to content

feat: add new icon components and their TypeScript definitions #1

feat: add new icon components and their TypeScript definitions

feat: add new icon components and their TypeScript definitions #1

Workflow file for this run

name: Icons - Release
on:
push:
branches:
- main
paths:
- 'packages/icons/**'
workflow_dispatch:
permissions:
contents: write
jobs:
changelog:
if: github.repository == 'acronis/ui-component-library'
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Conventional Changelog
id: changelog
uses: TriPSs/conventional-changelog-action@v5.3.0
with:
preset: "conventionalcommits"
github-token: ${{ secrets.ACV_TOKEN }}
version-file: './packages/icons/package.json'
output-file: './packages/icons/CHANGELOG.md'
tag-prefix: 'icons/'
git-path: './packages/icons'
git-user-name: 'Team-RND-Tools-Github'
git-user-email: 'team-rnd-tools-github@acronis.com'