Files
Mike Hartington 2344d0b272 feat(angular): angular 9 support (#19515)
* init ivy support

* chore(): angular prerelease

* chore: update

* updates

* angular 8 deps

* chore(angular): update sync script

* updates

* chore(): remove console log

* chore(): updates

* chore(): update release script

* fix(): remove comments

* fix(): remove test version

* fix(): failing angular test

* fix(): failing angular tests

* fix(): update ci steps

* fix(): fix sync script

* chore(): refactor angular proxies

* chore(): updates

* chore(): updates

* chore(): lint

* chore(): updates

* chore(ssr): check for window

* chore(): fix virtual scroll angular tests

* chore(): lint

* chore(): add server to link

* chore(scripts): update release script

* chore(): bump version check

* style(scripts): spacing
2019-12-18 18:43:59 -05:00
..
2019-01-16 17:15:43 +01:00

Build Scripts

Release

The deploy scripts at the root, make a new release of all the packages in this monorepo. All packages will be released with the same version.

In order to make a new release:

  1. npm run release.prepare
  2. Review/update changelog
  3. Commit updates using the package name and version number as the commit message.
  4. npm run release
  5. 🎉

Prerelease

It's also possible to make prereleases of individual packages (@ionic/core, @ionic/angular). In order to do so, move to the package you want to make a new release and execute:

npm run prerelease

It will publish a new prerelease in NPM, but it will not create any new git tag or update the CHANGELOG.