-
Notifications
You must be signed in to change notification settings - Fork 0
35 lines (29 loc) · 844 Bytes
/
icons-release.yml
File metadata and controls
35 lines (29 loc) · 844 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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'