Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

perf: remove changelog generation #88

Merged
merged 1 commit into from
Mar 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ jobs:
! -name 'includes' \
! -name '.git' \
! -name 'copier.yml' \
! -name 'CHANGELOG.md' \
-exec rm -r {} +
copier copy -r HEAD -f . .
rm .copier-answers.yml
Expand Down Expand Up @@ -247,8 +246,6 @@ jobs:
}
]
extra_plugins: |
@semantic-release/changelog
@semantic-release/git
@semantic-release/exec
@semantic-release/github
conventional-changelog-conventionalcommits
Expand Down
8 changes: 0 additions & 8 deletions .releaserc.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,6 @@ module.exports = {
].join(" && "),
}
],
["@semantic-release/changelog", { changelogFile: "CHANGELOG.md" }],
[
"@semantic-release/git",
{
assets: ["CHANGELOG.md"],
message: "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
},
],
"@semantic-release/github",
],
};
522 changes: 0 additions & 522 deletions CHANGELOG.md

This file was deleted.

4 changes: 0 additions & 4 deletions docs/changelog.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ contributing
:titlesonly:
:caption: References

changelog
api
```

Expand Down
8 changes: 0 additions & 8 deletions template/.releaserc.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,6 @@ module.exports = {
].join(" && "),
}
],
["@semantic-release/changelog", { changelogFile: "CHANGELOG.md" }],
[
"@semantic-release/git",
{
assets: ["CHANGELOG.md"],
message: "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
},
],
"@semantic-release/github",
],
};

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ contributing
:titlesonly:
:caption: References

changelog
api
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ jobs:
! -name 'includes' \
! -name '.git' \
! -name 'copier.yml' \
! -name 'CHANGELOG.md' \
-exec rm -r {} +
copier copy -r HEAD -f . .
rm .copier-answers.yml
Expand Down Expand Up @@ -247,8 +246,6 @@ jobs:
}
]
extra_plugins: |
@semantic-release/changelog
@semantic-release/git
@semantic-release/exec
@semantic-release/github
conventional-changelog-conventionalcommits
Expand Down
Loading