Skip to content

Commit cde96f0

Browse files
committed
ci: add semantic release workflow
1 parent a607260 commit cde96f0

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/workflows/release.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Semantic release
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
pull_request:
8+
branches:
9+
- main
10+
11+
jobs:
12+
commitlint_and_release:
13+
name: Commit lint and release
14+
uses: nrkno/github-workflow-semantic-release/.github/workflows/workflow.yaml@v2.0.0
15+
with:
16+
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)