Skip to content

Commit da521f8

Browse files
committed
ci: update release config
1 parent a14098d commit da521f8

3 files changed

Lines changed: 23 additions & 4 deletions

File tree

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request_target:
77

88
jobs:
9-
api-check:
9+
api:
1010
runs-on: ubuntu-latest
1111
defaults:
1212
run:
@@ -21,7 +21,7 @@ jobs:
2121
run: go fmt .
2222
- name: Run linter
2323
run: go vet .
24-
web-check:
24+
web:
2525
runs-on: ubuntu-latest
2626
defaults:
2727
run:
@@ -32,8 +32,8 @@ jobs:
3232
with:
3333
node-version-file: web/package.json
3434
cache-dependency-path: web/package-lock.json
35-
- name: Install Biome
35+
- name: Install dependencies
3636
working-directory: ./
37-
run: npm install -g @biomejs/biome@$(< package.json jq -r ".devDependencies.\"@biomejs/biome\"")
37+
run: npm ci
3838
- name: Run check
3939
run: npm run check

.manifest.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
".": "1.9.1"
3+
}

release.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"release-type": "simple",
3+
"separate-pull-requests": true,
4+
"always-update": true,
5+
"sequential-calls": true,
6+
"release-search-depth": 500,
7+
"commit-search-depth": 1000,
8+
"plugins": [
9+
{
10+
"type": "sentence-case"
11+
}
12+
],
13+
"packages": {
14+
".": {}
15+
}
16+
}

0 commit comments

Comments
 (0)