mirror of
https://github.com/garronej/ts-ci.git
synced 2025-11-30 21:43:05 +00:00
Document the automatically maintained changelog
This commit is contained in:
parent
5a4a4bb487
commit
bb47ac396c
1 changed files with 17 additions and 0 deletions
17
README.md
17
README.md
|
|
@ -141,6 +141,23 @@ const str = fs.readFileSync(
|
||||||
).toString("utf8");
|
).toString("utf8");
|
||||||
```
|
```
|
||||||
|
|
||||||
|
# Automatically updated ``CHANGELOG.md``
|
||||||
|
|
||||||
|
Starting from the second release, a ``CHANGELOG.md`` will be created at the root of the repo.
|
||||||
|
|
||||||
|
*Example:*
|
||||||
|

|
||||||
|
|
||||||
|
The ``CHANGELOG.md`` is built from the commits messages since last release.
|
||||||
|
|
||||||
|
Are NOT included in the ``CHANGELOG.md``:
|
||||||
|
- The commit messages that includes the word "changelog" ( non-case sensitive ).
|
||||||
|
- The commit messages that start with "Merge branch ".
|
||||||
|
- The commit messages that with "GitBook: "
|
||||||
|
|
||||||
|
*The GitHub release will point to a freezed version of the ``CHANGELOG.md``*:
|
||||||
|

|
||||||
|
|
||||||
# Video demo
|
# Video demo
|
||||||
|
|
||||||
[](https://youtu.be/Q5t-yP2PvPA)
|
[](https://youtu.be/Q5t-yP2PvPA)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue