Skip to content

Commit ec0edd4

Browse files
committed
chore: add release workflow
1 parent 24b61f0 commit ec0edd4

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.circleci/config.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ setup: true
33
orbs:
44
orb-tools: circleci/[email protected]
55
shellcheck: circleci/[email protected]
6+
node: circleci/[email protected]
67

78
filters: &filters
89
tags:
@@ -26,3 +27,13 @@ workflows:
2627
orb_name: react-native
2728
requires: [orb-tools/lint, orb-tools/pack, orb-tools/review, shellcheck/check]
2829
filters: *filters
30+
31+
release:
32+
jobs:
33+
- node/run:
34+
yarn-run: semantic-release
35+
version: "20.11"
36+
pkg-manager: yarn
37+
filters:
38+
branches:
39+
only: master

0 commit comments

Comments
 (0)