Skip to content

Commit

Permalink
update checklist
Browse files Browse the repository at this point in the history
  • Loading branch information
amitguptagwl committed Apr 8, 2023
1 parent 97fc210 commit a0d881f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/CHECK_LIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -17,4 +18,5 @@ Post release
* [ ] Notified to the users
* [ ] Sync master and dev branches


To remove tag
git tag -d <tag_name>

0 comments on commit a0d881f

Please sign in to comment.