Releasing Quasar Updates
@quasar/app
- Merge any PR's pertaining to @quasar/app into 'dev'
- PR a
chore(app): Bump version
change with just the package.json change in containing the new version number
- Merge the PR
- Create a release in GitHub releases, in the following format:
Title: @quasar/app-v2.0.1
- remember to change the version
Tag: @quasar/app-v2.0.1
- remember to change the version
Notes:
- In a nice clean Quasar repo (I have one just for pulling, then updating), do the following:
6. Pull to get latest
7. git status
- Ensure no outstanding changes.
8. cd app
9. npm publish
10. Ensure version has updated on NPM: https://www.npmjs.com/package/@quasar/app
- Create a forum post along the lines of:
Title: @quasar/app v2.0.2 released!
Message:
- Create an announcement in the main #announcements channel on Discord, along the lines of (remembering to update the version and forum within):
- Ping Scott to post social media notifications.
quasar/ui
Basically the same as QApp but you need to run yarn build
in quasar/ui folder before npm publish
.