Skip to content

Commit 8db9cd1

Browse files
committed
ci: add semantic-release-notes action
1 parent a2540dc commit 8db9cd1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ on:
44
push:
55

66
jobs:
7+
release-notes:
8+
name: Release notes preview
9+
runs-on: ubuntu-latest
10+
if: github.ref != 'refs/heads/main'
11+
steps:
12+
- uses: open-turo/actions-release/release-notes-preview@v2
13+
with:
14+
github-token: ${{ secrets.GITHUB_TOKEN }}
15+
env:
16+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
17+
718
lint:
819
name: Lint
920
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)