Skip to content

Commit a0d881f

Browse files
committedApr 8, 2023
update checklist
1 parent 97fc210 commit a0d881f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
 

‎docs/CHECK_LIST.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ Pre release
66
* [ ] Browser bundle are generated `npm run bundle`
77
* [ ] TS typings are updated
88
* [ ] ReadMe file or docs are updated for any change, user list, performance report, links etc.
9+
* [ ] Single test is not running `fit`
910
* [ ] `npm run checkReadiness` is used to check the files being published
10-
* [ ] tags are assigned to latest comit `git tag -a v3.20.0 -m "summary msg"`
11+
* [ ] tags are assigned to latest commit `git tag -a v3.20.0 -m "summary msg"`
1112

1213
In general
1314
* [ ] tests are added/updated
@@ -17,4 +18,5 @@ Post release
1718
* [ ] Notified to the users
1819
* [ ] Sync master and dev branches
1920

20-
21+
To remove tag
22+
git tag -d <tag_name>

0 commit comments

Comments
 (0)
Please sign in to comment.