Skip to content

Commit 50feb62

Browse files
committed
ci: use current version of semantic-release and update config
1 parent 274768c commit 50feb62

2 files changed

Lines changed: 14 additions & 9 deletions

File tree

.github/workflows/release.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18+
- name: Setup nodejs
19+
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
20+
with:
21+
node-version: lts/*
22+
1823
- name: Generate token
1924
id: token
2025
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2
@@ -36,12 +41,12 @@ jobs:
3641
- name: Install releaser
3742
run: |
3843
npm install -g \
39-
conventional-changelog-conventionalcommits@6.1.0 \
40-
semantic-release@23.1.1 \
44+
semantic-release@25.0.2 \
4145
@semantic-release/changelog \
4246
@semantic-release/git \
4347
@semantic-release/github \
44-
semantic-release-replace-plugin
48+
semantic-release-replace-plugin \
49+
conventional-changelog-conventionalcommits
4550
4651
- name: Run releaser
4752
env:

.releaserc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -133,12 +133,6 @@
133133
]
134134
}
135135
],
136-
[
137-
"@semantic-release/github",
138-
{
139-
"assets": []
140-
}
141-
],
142136
[
143137
"@semantic-release/git",
144138
{
@@ -149,6 +143,12 @@
149143
"deploy/kubernetes/kustomization.yml"
150144
]
151145
}
146+
],
147+
[
148+
"@semantic-release/github",
149+
{
150+
"assets": []
151+
}
152152
]
153153
]
154154
}

0 commit comments

Comments
 (0)