From a0d881fe1b1febf7edcf6b5e77f296b5d7af04be Mon Sep 17 00:00:00 2001 From: amit kumar gupta Date: Sat, 8 Apr 2023 07:21:34 +0530 Subject: [PATCH] update checklist --- docs/CHECK_LIST.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/CHECK_LIST.md b/docs/CHECK_LIST.md index bc46a4d2..14105072 100644 --- a/docs/CHECK_LIST.md +++ b/docs/CHECK_LIST.md @@ -6,8 +6,9 @@ Pre release * [ ] Browser bundle are generated `npm run bundle` * [ ] TS typings are updated * [ ] ReadMe file or docs are updated for any change, user list, performance report, links etc. +* [ ] Single test is not running `fit` * [ ] `npm run checkReadiness` is used to check the files being published -* [ ] tags are assigned to latest comit `git tag -a v3.20.0 -m "summary msg"` +* [ ] tags are assigned to latest commit `git tag -a v3.20.0 -m "summary msg"` In general * [ ] tests are added/updated @@ -17,4 +18,5 @@ Post release * [ ] Notified to the users * [ ] Sync master and dev branches - +To remove tag +git tag -d \ No newline at end of file