Skip to content

Latest commit

 

History

History
 
 

readme.md

Manually Testing Stencil's Browser API

Stencil's Browser API should be checked manually prior to a release. There are plans to get programmatic testing in place in the future.

  1. Build Stencil from the root of this repo: npm run ci && npm run build.prod
  2. cd test/browser-compile
  3. Start the application: npm start
  4. Validate the output is properly transpiled

Release

  1. npm run release.prepare
  2. Check the CHANGELOG.md and make sure it includes all the changes that have landed since the last release.
  3. Commit the changes - use the commit message :emoji: v. e.g. 🌟 v2.7.0
  4. npm run release
  5. Publish the release notes in GitHub
  6. 🎉