Skip to content

Commit edb6fa5

Browse files
author
marcpalmer
committed
Added notification to look at README after upgrade
git-svn-id: https://svn.codehaus.org/grails/trunk@4144 1cfb16fd-6d17-0410-8ff1-b7e8e1e2867d
1 parent 8ee121d commit edb6fa5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/Upgrade.groovy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,8 @@ task( upgrade: "main upgrade task") {
130130
}
131131
}
132132

133+
event("StatusUpdate", [ "Please make sure you view the README for important information about changes to your source code."])
134+
133135
event("StatusFinal", [ "Project upgraded"])
134136
}
135137

0 commit comments

Comments
 (0)