Skip to content

Commit df67578

Browse files
committed
chore: Add release-drafter github action.
1 parent 03fd7a6 commit df67578

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/release.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: release
2+
3+
on:
4+
push:
5+
branches: [master]
6+
pull_request_target:
7+
branches: [master]
8+
types: [opened, reopened, synchronize]
9+
10+
jobs:
11+
release:
12+
uses: TokTok/ci-tools/.github/workflows/release-drafter.yml@master

0 commit comments

Comments
 (0)