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: CONTRIBUTING.md
+3
Original file line number
Diff line number
Diff line change
@@ -44,4 +44,7 @@ Only one version number is bumped at a time, the highest version change trumps t
44
44
Besides publishing a new version to npm, semantic-release also creates a git tag and release
45
45
on GitHub, generates changelogs from the commit messages and puts them into the release notes.
46
46
47
+
Before the publish it runs the `npm run build` script which generates type definitions for Flow & Typescript based on the [templates](scripts/templates/).
48
+
The script also generates the API docs. After the publish, the API docs are automatically pushed to the `gh-pages` branch which updates the documentation at [octokit.github.io/node-github](http://octokit.github.io/node-github/).
49
+
47
50
If the pull request looks good but does not follow the commit conventions, use the "Squash & merge" button.
0 commit comments