Skip to content

Commit d36946a

Browse files
Merge pull request #10 from Rust-Scientific-Computing/fix-ci
ci(semantic-release): give up and just use angular
2 parents 50a6a0a + 6270f43 commit d36946a

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.github/workflows/release.yml

-7
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,6 @@ jobs:
2323
with:
2424
fetch-depth: 0
2525

26-
- uses: actions/setup-node@v4
27-
with:
28-
node-version: 20
29-
30-
- name: Install extra plugins
31-
run: npm install -g conventional-changelog-conventionalcommits
32-
3326
- name: Semantic Release
3427
id: semantic-release
3528
uses: cycjimmy/semantic-release-action@v4

release.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module.exports = {
44
[
55
"@semantic-release/commit-analyzer",
66
{
7-
preset: "conventionalcommits",
7+
preset: "angular",
88
releaseRules: [
99
{ type: "build", release: "minor" },
1010
{ type: "chore", release: "minor" },

0 commit comments

Comments
 (0)