Files
ionic-framework/.scripts
Max Lynch 292cc867a5 Create v3 package.json for proper Used By count
Github scans repos to compute the Used By, and ionic 3 has more usage which we should get credit for so this adds a dummy `package.json` file for v3
2019-07-09 10:54:16 -05:00
..
2019-01-16 17:15:43 +01:00
2019-03-07 11:32:37 -05:00
2019-01-22 21:32:53 +01:00
2019-06-19 21:33:50 +02: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.