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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,6 @@ Only one version number is bumped at a time, the highest version change trumps t
66
66
Besides publishing a new version to npm, semantic-release also creates a git tag and release
67
67
on GitHub, generates changelogs from the commit messages and puts them into the release notes.
68
68
69
-
Before the publish it runs the `npm run build` script which creates a `pkg/` folder with distributions for browsers, node and Typescript definitions. The contents of the `pkg/` folder are published to the npm registry.
69
+
Before the publish it runs the `npm run build` script which creates a `pkg/` folder with distributions for browsers, node and TypeScript definitions. The contents of the `pkg/` folder are published to the npm registry.
70
70
71
71
If the pull request looks good but does not follow the commit conventions, use the <kbd>Squash & merge</kbd> button.
0 commit comments