Skip to content

Commit 35577d3

Browse files
committed
fix: paths
1 parent aa856d1 commit 35577d3

File tree

9 files changed

+1230
-1661
lines changed

9 files changed

+1230
-1661
lines changed

.autorc

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"plugins": [
3+
"@restfulhead/auto-plugin-filter-by-workspace-path",
4+
"npm"
5+
],
6+
"labels": [
7+
{
8+
"name": "release-major",
9+
"changelogTitle": "💥 Major breaking Change",
10+
"releaseType": "major",
11+
"color": "#c5000b"
12+
},
13+
{
14+
"name": "release-minor",
15+
"changelogTitle": "🚀 Enhancement",
16+
"releaseType": "minor",
17+
"color": "#F9D0C4"
18+
},
19+
{
20+
"name": "release-patch",
21+
"changelogTitle": "🐛 Patch",
22+
"releaseType": "patch",
23+
"color": "#C2E0C6"
24+
},
25+
{
26+
"name": "release-internal",
27+
"changelogTitle": "🔩 Internal",
28+
"releaseType": "patch",
29+
"color": "#BFD4F2"
30+
},
31+
{
32+
"name": "release-docs",
33+
"changelogTitle": "📝 Documentation",
34+
"releaseType": "patch",
35+
"color": "#BFD4F2"
36+
}
37+
]
38+
}

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v3
2121
with:
22-
fetch-depth: 0
2322
token: ${{ secrets.GH_TOKEN }}
2423

2524
- name: Setting up ${{ matrix.node-version }}

0 commit comments

Comments
 (0)