File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
38
38
echo " "
39
39
cd ${registry.directory}
40
40
git add .
41
- git commit -m " ${project.name } ${project.version} artifacts"
41
+ git commit -m " ${project.artifactId } ${project.version} artifacts"
42
42
cd ${project.directory}
43
43
44
44
# return to project master
@@ -66,3 +66,8 @@ echo "Pushing master and tag ${project.tag}"
66
66
echo " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
67
67
echo " "
68
68
git push origin master tag ${project.tag}
69
+
70
+ # display registry reminder
71
+ echo " "
72
+ echo " REMEMBER: You must add a release entry for ${project.artifactId} ${project.version} "
73
+ echo " in plugins.json and re-run checksums.sh!"
You can’t perform that action at this time.
0 commit comments