Skip to content

Commit 4b7d93a

Browse files
committed
chore: remove broken changelog file for now
1 parent 9b4a558 commit 4b7d93a

File tree

5 files changed

+9
-9971
lines changed

5 files changed

+9
-9971
lines changed

.github/workflows/primary.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
branches: [trunk, master, main]
77

88
jobs:
9-
secondary:
9+
primary:
1010
runs-on: ubuntu-latest
1111

1212
steps:

.releaserc.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,17 @@
1919
]
2020
}
2121
],
22-
"@semantic-release/release-notes-generator",
22+
[
23+
"@semantic-release/release-notes-generator",
24+
{
25+
"preset": "conventionalcommits"
26+
}
27+
],
2328
[
2429
"@semantic-release/changelog",
2530
{
26-
"changelogFile": "CHANGELOG.md"
31+
"changelogFile": "CHANGELOG.md",
32+
"changelogTitle": "# Changelog"
2733
}
2834
],
2935
[

CHANGELOG.md

Lines changed: 0 additions & 343 deletions
This file was deleted.

0 commit comments

Comments
 (0)