Skip to content

Commit

Permalink
docs: remove the changelog (#1464)
Browse files Browse the repository at this point in the history
* Delete CHANGELOG.md

* Update PULL_REQUEST_TEMPLATE.md
  • Loading branch information
jimmywarting committed Jan 24, 2022
1 parent 8fedc1b commit ba23fd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 449 deletions.
6 changes: 2 additions & 4 deletions .github/PULL_REQUEST_TEMPLATE.md
Expand Up @@ -12,12 +12,10 @@
___

<!-- Mark the ones you have done and remove unnecessary ones. Add new tasks that fit (like TODOs). -->
- [ ] I updated ./docs/CHANGELOG.md with a link to this PR or Issue
- [ ] I updated ./docs/v3-UPGRADE-GUIDE
- [ ] I updated readme
- [ ] I added unit test(s)

___

<!-- Add `- Fixes #_NUMBER_` line for every PR/Issue this PR solves. Do not comma separate them. -->
- Fixes #000
<!-- Add `- fix #_NUMBER_` line for every PR/Issue this PR solves. Do not comma separate them. -->
- fix #000

1 comment on commit ba23fd2

@arsinclair
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why the changelog was removed? Are you aware that most of your release details (e.g. https://github.com/node-fetch/node-fetch/releases/tag/v3.0.0-beta.10) say:

See CHANGELOG for details.

Now it's a dead loop, isn't it?

Please sign in to comment.