Skip to content

Commit 90da754

Browse files
authored
Merge pull request #471 from salesforce/wjh/release-v7.5.0
chore: release v7.5.0
2 parents 8da52b2 + 4ba36fc commit 90da754

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,7 @@ Any code change should be submitted as a pull request. The description should ex
1919
## Review process
2020

2121
The bigger the pull request, the longer it will take to review and merge. Try to break down large pull requests in smaller chunks that are easier to review and merge. Also make sure to reference the related issues in the pull request message if any.
22+
23+
## Release
24+
25+
Each `winter*`, `spring*` and `summer*` branch/dist tag is the version of this package used for the corresponding Salesforce release. The `latest` dist tag corresponds to the latest Salesforce release, rather than the most recent code changes from the `master` branch. New code changes from `master` are published to the `prerelease` tag.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@salesforce/sfdx-lwc-jest",
3-
"version": "7.4.0",
3+
"version": "7.5.0",
44
"description": "Run Jest against LWC components in a Salesforce DX workspace environment",
55
"main": "src/index.js",
66
"license": "MIT",
@@ -69,5 +69,8 @@
6969
"lint-staged": {
7070
"*.js": "eslint",
7171
"*.{js,json,md,html,css}": "prettier --write"
72+
},
73+
"publishConfig": {
74+
"tag": "prerelease"
7275
}
7376
}

0 commit comments

Comments
 (0)