You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Maintenance.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,8 +78,11 @@ Here’s a [good example of a change log](https://github.com/styleguidist/react-
78
78
79
79
### Preparing a change log
80
80
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`.
84
85
85
86
**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