release-items.md
package.json and package-lock.json versionCHANGELOG.md. Add #<TICKET_NUMBER> as well as a link to the github user who fixed it if applicable.git merge changes into master.npm run docs:prepare:publish:stable (when this process completes you'll be on the gh-pages branch)git commit -a -m 'chore: website 9.x.x'git push origin gh-pagesFor 8.x
npm run docs:prepare:publish:8x (when this process completes you'll be on the gh-pages branch)git commit -a -m 'chore: website 8.x.x'git push origin gh-pages9.xpublish.yml to publish to a tag that isn't latest, like 9x or similar