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
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,14 +83,15 @@ View the coverage report locally by opening `coverage/index.html` in your browse
83
83
84
84
Only maintainers can make releases. Releases to [npm](https://www.npmjs.com) are automated using GitHub actions. To make a release, perform the following steps:
85
85
86
-
1. Update the version using npm, `npm version`. This will update the version in the `package.json` file and create a git tag. E.g.:
86
+
1. Update `CHANGELOG.md` with a new entry describing the release.
87
+
2. Update the version using npm, `npm version`. This will update the version in the `package.json` file and create a git tag. E.g.:
87
88
88
89
-`npm version patch`
89
90
-`npm version prerelease` (for pre-releases)
90
91
91
-
2. Push the tag to GitHub: `git push origin main --tags`
92
-
3. If the tests pass, GitHub actions will now publish the new version to npm.
93
-
4. When successful add [release notes](https://github.com/transloadit/node-sdk/releases).
94
-
5. If this was a pre-release, remember to run this to reset the [npm `latest` tag](https://www.npmjs.com/package/transloadit?activeTab=versions) to the previous version (replace `x.y.z` with previous version):
92
+
3. Push the tag to GitHub: `git push origin main --tags`
93
+
4. If the tests pass, GitHub actions will now publish the new version to npm.
94
+
5. When successful add [release notes](https://github.com/transloadit/node-sdk/releases).
95
+
6. If this was a pre-release, remember to run this to reset the [npm `latest` tag](https://www.npmjs.com/package/transloadit?activeTab=versions) to the previous version (replace `x.y.z` with previous version):
0 commit comments