Skip to content

Commit e50835f

Browse files
committed
Remove CHANGELOG
1 parent cb40aa8 commit e50835f

File tree

3 files changed

+1
-19
lines changed

3 files changed

+1
-19
lines changed

CHANGELOG.md

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

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ Bootstrap a new TypeScript module in five minutes or less.
1919
- Futuristic debuggable unit testing with [AVA].
2020
- Code coverage reporting with [Istanbul] and [c8].
2121
- Continuous testing and package publishing with [GitHub Actions].
22-
- [Keep a CHANGELOG].
2322
- Consistent coding with [EditorConfig].
2423

2524
[AVA]: https://github.com/avajs/ava
@@ -29,7 +28,6 @@ Bootstrap a new TypeScript module in five minutes or less.
2928
[GitHub Actions]: https://github.com/features/actions
3029
[Istanbul]: https://istanbul.js.org/
3130
[JavaScript Standard Style]: https://standardjs.com/
32-
[Keep a CHANGELOG]: https://keepachangelog.com/
3331
[Node.js]: https://nodejs.org/
3432
[Prettier]: https://prettier.io/
3533
[TypeScript]: https://www.typescriptlang.org/
@@ -89,14 +87,6 @@ $ git fetch --no-tags upstream
8987
$ git merge upstream/main
9088
```
9189

92-
#### Changelog for this skeleton
93-
94-
Note that `CHANGELOG.md` is just a template for this skeleton.
95-
The actual changes for this project are documented in the commit history
96-
and summarized under [Releases].
97-
98-
[Releases]: https://github.com/seamapi/makenew-tsmodule/releases
99-
10090
## Installation
10191

10292
Add this as a dependency to your project using [npm]

makenew.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ makenew () {
5454
read -p '> Short package description (Foos and bars.): ' mk_description
5555
read -p '> GitHub repository name (my-repo): ' mk_repo
5656

57-
sed_delete README.md '9,98d'
57+
sed_delete README.md '9,88d'
5858
sed_insert README.md '9i' 'TODO'
5959

6060
find_replace "s/^ \"version\": \".*\"/ \"version\": \"0.0.0\"/g"

0 commit comments

Comments
 (0)