From cf0e97bea71872a28cae9b81a2e0f3468c0a3f1c Mon Sep 17 00:00:00 2001 From: Kanit Wongsuphasawat Date: Mon, 15 Aug 2022 12:14:20 -0700 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0c0fa742ca..11409a91d8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -199,7 +199,8 @@ Publishing is handled by a 2-branch [pre-release process](https://intuit.github. - PRs made into the default branch are auto-deployed to the `next` pre-release tag on NPM. The result can be installed with `npm install vega-lite/@next`. - When merging into `next`, please use the `squash and merge` strategy. - To release a new stable version, open a PR from `next` into `stable` using this [compare link](https://github.com/vega/vega-lite/compare/stable...next). - - When merging from `next` into `stable`, please use the `create a merge commit` strategy. + - When merging from `next` into `stable`, please use the `create a merge commit` strategy. + - After the release note is generated (from commits), please take a look to clean up so the log is readable to the community. ## Suggested Programming Environment.