Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
amitguptagwl committed Sep 25, 2021
1 parent bda7c34 commit 0b84844
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ To cover expenses, we're planning to launch [FXP Enterprise](https://github.com/
<a href="https://opencollective.com/fast-xml-parser/donate" target="_blank">
<img src="https://opencollective.com/fast-xml-parser/donate/button@2x.png?color=blue" width=200 />
</a>
<a href="https://www.patreon.com/bePatron?u=9531404" data-patreon-widget-type="become-patron-button"><img src="https://c5.patreon.com/external/logo/become_a_patron_button.png" alt="Become a Patron!" width="200" /></a>
<a href="https://paypal.me/naturalintelligence"> <img src="static/img/support_paypal.svg" alt="Stubmatic donate button" width="200"/></a>

## Users
Expand Down
10 changes: 6 additions & 4 deletions docs/CHECK_LIST.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Pre release
* [ ] npm audit and yarn audit is done
* [ ] Change log has been updated
* [ ] `package-lock.json` reflects the right version
* [ ] Browser bundle are generated
* [ ] `package-lock.json` reflects the right version : `npm install`
* [ ] Browser bundle are generated `npm run bundle`
* [ ] publish-please is used to check the files being published
* [ ] ReadMe file is updated for any change, user list, performance report, links etc.
* [ ] TS typings are updated
Expand All @@ -11,5 +11,7 @@ In general
* [ ] tests are added/updated

Post release
* [ ] Tagged and Released on github
* [ ] Notified to the users
* [ ] Tagged and Released on github `git tag -a v3.20.0 -m "summary msg" && git push origin --tags`
* [ ] Notified to the users


0 comments on commit 0b84844

Please sign in to comment.