Stencil's Browser API should be checked manually prior to a release. There are plans to get programmatic testing in place in the future.
- Build Stencil from the root of this repo:
npm run ci && npm run build.prod cd test/browser-compile- Start the application:
npm start - Validate the output is properly transpiled
npm run release.prepare- Check the CHANGELOG.md and make sure it includes all the changes that have landed since the last release.
- Commit the changes - use the commit message :emoji: v. e.g. 🌟 v2.7.0
npm run release- Publish the release notes in GitHub
- 🎉