We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8604cf7 commit 709e379Copy full SHA for 709e379
.circleci/config.yml
@@ -71,7 +71,8 @@ jobs:
71
keys:
72
- v1-release-notes-{{ checksum "build/release-notes.md" }}
73
- run:
74
- name: yarn release -w
+ name: Release Windows
75
+ command: yarn release -w
76
77
release_nix:
78
<<: *defaults
@@ -99,7 +100,8 @@ jobs:
99
100
name: Generate Semantic Release
101
command: yarn semantic-release
102
- name: yarn release -ml
103
+ name: Release Mac and Linux
104
+ command: yarn release -ml
105
106
workflows:
107
version: 2
0 commit comments