Skip to content

Commit 428ff3e

Browse files
committed
Use Node.js changelog-maker for changelog
1 parent 950166b commit 428ff3e

File tree

3 files changed

+3847
-429
lines changed

3 files changed

+3847
-429
lines changed

RELEASE.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@
22

33
## 0. Make sure that the releasing module is compatible with other RWT modules
44

5-
## 1. Generate CHANGELOG using [github-changelog-generator](https://github.com/github-changelog-generator/github-changelog-generator)
5+
## 1. Generate CHANGELOG using `npm run make-changelog`
66

7-
```bash
8-
docker run -it --rm -v "$(pwd)":/usr/local/src/your-app githubchangeloggenerator/github-changelog-generator -u robotwebtools -p <PACKAGE_NAME> --usernames-as-github-logins --simple-list --no-issues --date-format "%Y-%m-%d %H:%M %z" -t <YOUR_GITHUB_TOKEN>
9-
```
7+
* (and clean it up by hand a little bit until we figure out how to make it substitute in-line)
108

119
## 2. Bump a new version
1210

0 commit comments

Comments
 (0)