File tree Expand file tree Collapse file tree 5 files changed +8209
-11064
lines changed
storyhelpers/storybook-readme Expand file tree Collapse file tree 5 files changed +8209
-11064
lines changed Original file line number Diff line number Diff line change 16
16
- ' packages/*/lib/**'
17
17
- ' packages/*/assets/**'
18
18
branches-ignore :
19
- - ' dependabot/*'
19
+ - ' dependabot/** '
20
20
- ' release/*'
21
21
- ' Release/*'
22
22
- ' main'
23
23
- ' v*/main'
24
+ - ' v*/release'
24
25
25
26
# Allows you to run this workflow manually from the Actions tab
26
27
workflow_dispatch :
40
41
# Job steps
41
42
steps :
42
43
- uses : actions/checkout@v3
44
+ with :
45
+ # pulls all commits (needed for chromatic to find baselines)
46
+ fetch-depth : ' 0'
43
47
- name : Use Node.js 16.x
44
48
uses : actions/setup-node@v3
45
49
with :
Original file line number Diff line number Diff line change 2
2
3
3
## Supported Versions
4
4
5
- | Version | Supported |
6
- | ------- | ------------------ |
7
- | 1.0.0-rc | :x : |
8
- | 1.0.0-alpha | :x : |
9
- | < 1.0 | :white_check_mark : (until release of 1.0.0) |
5
+ | Version | Supported |
6
+ | ----------- | ------------------------------------------- |
7
+ | 1.0.0 | :white_check_mark : (December 2023) |
8
+ | 1.0.0-rc | :x : |
9
+ | 1.0.0-alpha | :x : |
10
+ | < 1.0 | :white_check_mark : (until release of 1.0.0) |
10
11
11
12
## Reporting a Vulnerability
12
13
You can’t perform that action at this time.
0 commit comments