Skip to content

Commit 53c5863

Browse files
committed
4.0.0-7
1 parent f80a572 commit 53c5863

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ View the coverage report locally by opening `coverage/index.html` in your browse
8383

8484
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:
8585

86-
1. Update the version using Yarn, e.g. `yarn version patch`. This will update the version in the `package.json` file.
86+
1. Update the version using Yarn, e.g. `yarn version patch` (n.b. use `yarn version prerelease` for pre-releases). This will update the version in the `package.json` file.
8787
2. Commit the changes to the `package.json` file.
8888
3. Create a new Git tag, e.g. `git tag v4.0.0-6`.
8989
4. Push the tag to GitHub: `git push origin main --tags`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "transloadit",
3-
"version": "4.0.0-6",
3+
"version": "4.0.0-7",
44
"description": "Node.js SDK for Transloadit",
55
"type": "module",
66
"keywords": [

0 commit comments

Comments
 (0)