Skip to content

Commit a40c607

Browse files
authored
Docs: clarify release process a bit
1 parent 9106cc9 commit a40c607

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

docs/Maintenance.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,11 @@ Here’s a [good example of a change log](https://github.com/styleguidist/react-
7878

7979
### Preparing a change log
8080

81-
1. Generate a change log draft using [tamia-changelog](https://github.com/tamiadev/tamia-changelog): `npx tamia-changelog`
82-
2. Edit `Changelog.md` file.
83-
3. Commit the change log: `npx tamia-changelog commit`.
81+
1. Change to the `master` branch.
82+
2. Generate a change log draft using [tamia-changelog](https://github.com/tamiadev/tamia-changelog): `npx tamia-changelog`
83+
3. Edit `Changelog.md` file.
84+
4. Commit the change log: `npx tamia-changelog commit`.
8485

8586
**Note:** do not commit the `Changelog.md` file, the release tool reads the changelog from the commit message. [Read how it works](https://blog.sapegin.me/all/semantic-release/).
87+
88+
**Note:** you may create a pull request for a changelog. Make sure the actual commit in the `master` branch has a `Changelog:` tag for the release tool to see it.

0 commit comments

Comments
 (0)