You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
626 B

  1. Toastr Release Checklist
  2. 1. Update Toastr Version
  3. * toastr.js
  4. * bower.json (toastr-bower repo)
  5. * package.json
  6. * nuget versions and dependency versions
  7. * readme file for github repo
  8. * Consider HotTowel VSIX
  9. 2. Gulp
  10. * run main demo
  11. * `gulp analyze`
  12. * `gulp test`
  13. * `gulp`
  14. 3. Nuget
  15. * Copy new files in
  16. * Build
  17. * Test
  18. 4. CDNJS
  19. * Update CDNJS
  20. 5. Update Website with New Downloads
  21. 6. Publish Bower
  22. * Include License and Readme
  23. * Test Locally
  24. * Update Github repo toastr-bower
  25. * Github tag
  26. * Register with Bower
  27. 7. Publish Nugets
  28. 8. Release on Github
  29. * Tag with semver
  30. * Attach all artifacts
  31. 9. Blog post