Skip to content

Commit a4c1eb0

Browse files
yusufkandemirrstoenescu
authored andcommitted
feat(cli): display release notes link in upgrade command (quasarframework#5762)
1 parent bbb4788 commit a4c1eb0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cli/bin/quasar-upgrade

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,8 @@ function upgradeQuasar () {
145145
}
146146

147147
if (!argv.install) {
148+
console.log()
149+
console.log(` See ${green('https://quasar.dev/start/release-notes')} for release notes.`)
148150
console.log()
149151
console.log(' Run "quasar upgrade -i" to do the actual upgrade.')
150152
console.log()

0 commit comments

Comments
 (0)