Skip to content

Commit db4c214

Browse files
authored
docs: Add Synk step for LTS release to CONTRIBUTING (#8536)
1 parent ab301b6 commit db4c214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,6 @@ The following changes are done in the `alpha` branch, before publishing the last
496496
- Make sure all [deprecations](https://github.com/parse-community/parse-server/blob/alpha/DEPRECATIONS.md) are reflected in code, old code is removed and the deprecations table is updated.
497497
- Add the future LTS branch `release-#.x.x` to the branch list in [release.config.js](https://github.com/parse-community/parse-server/blob/alpha/release.config.js) so that the branch will later be recognized for release automation.
498498
499-
500499
### Publishing Release (forward-merge):
501500
502501
1. Create new temporary branch `build` on branch `beta`.
@@ -547,6 +546,7 @@ The following changes are done in the `alpha` branch, before publishing the last
547546
1. Create LTS branch `release-#.x.x` off the latest version tag on `release` branch.
548547
2. Create temporary branch `build-release` off branch `beta` and create a pull request with `release` as the base branch.
549548
3. Merge branch `build-release` into `release`. Given that there will be breaking changes, a new major release will be created. In the unlikely case that there have been no breaking changes between the previous major release and the upcoming release, a major version increment has to be triggered manually. See the docs of the release automation framework for how to do that.
549+
4. Add newly created LTS branch `release-#.x.x` from step 1 to [Snyk](https://snyk.io) so that Snyk opens pull requests for the LTS branch; remove previously existing LTS branch `release-#.x.x` from Snyk.
550550
551551
## Versioning
552552

0 commit comments

Comments
 (0)