Files
Brandy Carney cefb08fe32 chore(release): update to latest octokit and usage (#20601)
- rename all references of `tag` to either `gitTag` or `npmTag` based on what they contain since this was confusing throughout
- add the code to publish to git as a prerelease if the npm tag is `next`
- log the version when asking if the npm tag is correct
2020-02-24 11:46:09 -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.