Skip to content

Commit 2dee5da

Browse files
committed
Fix release template
1 parent 2eb413e commit 2dee5da

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

release.template

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
3838
echo ""
3939
cd ${registry.directory}
4040
git add .
41-
git commit -m "${project.name} ${project.version} artifacts"
41+
git commit -m "${project.artifactId} ${project.version} artifacts"
4242
cd ${project.directory}
4343

4444
# return to project master
@@ -66,3 +66,8 @@ echo "Pushing master and tag ${project.tag}"
6666
echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
6767
echo ""
6868
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!"

0 commit comments

Comments
 (0)