Skip to content

Commit a6295d6

Browse files
committed
chore: describe release tags
1 parent 8da52b2 commit a6295d6

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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)