Skip to content

Commit

Permalink
feat(generators/app): add a "Changelog" section
Browse files Browse the repository at this point in the history
  • Loading branch information
cueedee committed Feb 21, 2017
1 parent 2e5d56a commit 0648f02
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions generators/app/templates/@README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ $ npm install
This will:

* Set up [a helpful reminder](.gitmessage) of how to make [a good commit message](#commit-message-format-discipline). If you adhere to this, then a
detailed, meaningful [CHANGELOG](CHANGELOG.md) can be constructed automatically;
detailed, meaningful [CHANGELOG](./CHANGELOG.md) can be constructed automatically;
* _\[... Ensure you have local ... and ... branches tracking their respective remote counterparts;\]_
* _\[... Set up the ... [branching model](#branching-model);\]_
* Install all required dependencies;
Expand Down Expand Up @@ -108,7 +108,7 @@ want to change this, then do not forget to adjust the [**setup** section](#setup
#### Commit Message Format Discipline
This project uses [`conventional-changelog/standard-version`](https://github.com/conventional-changelog/standard-version) for automatic versioning and
[CHANGELOG](CHANGELOG.md) management.
[CHANGELOG](./CHANGELOG.md) management.
To make this work, *please* ensure that your commit messages adhere to the
[Commit Message Format](https://github.com/bcoe/conventional-changelog-standard/blob/master/convention.md#commit-message-format). Setting your `git config` to
Expand Down Expand Up @@ -158,6 +158,11 @@ _\[Ultimately, you may also want to include instructions on how to deploy a prod
placeholder.\]_


## Changelog

See [CHANGELOG](./CHANGELOG.md).


## License

[BSD-3-Clause](LICENSE)

0 comments on commit 0648f02

Please sign in to comment.