Skip to content

Commit 01c1e2f

Browse files
committed
ci: add semantic-release-notes action
1 parent a2540dc commit 01c1e2f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ 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+
716
lint:
817
name: Lint
918
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)