Skip to content

Commit

Permalink
chore: remove broken changelog file for now
Browse files Browse the repository at this point in the history
  • Loading branch information
trallnag committed May 1, 2022
1 parent 9b4a558 commit 4b7d93a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9,971 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/primary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches: [trunk, master, main]

jobs:
secondary:
primary:
runs-on: ubuntu-latest

steps:
Expand Down
10 changes: 8 additions & 2 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,17 @@
]
}
],
"@semantic-release/release-notes-generator",
[
"@semantic-release/release-notes-generator",
{
"preset": "conventionalcommits"
}
],
[
"@semantic-release/changelog",
{
"changelogFile": "CHANGELOG.md"
"changelogFile": "CHANGELOG.md",
"changelogTitle": "# Changelog"
}
],
[
Expand Down
343 changes: 0 additions & 343 deletions CHANGELOG.md

This file was deleted.

Loading

0 comments on commit 4b7d93a

Please sign in to comment.