forked from phoedos/pmd
release script - need to remove SNAPSHOT from version during release
This commit is contained in:
@ -78,6 +78,9 @@ RELEASE_RULESET="pmd-core/src/main/resources/rulesets/releases/${RELEASE_VERSION
|
|||||||
echo "* Update date info in **docs/_config.yml**."
|
echo "* Update date info in **docs/_config.yml**."
|
||||||
echo " date: $(date -u +%d-%B-%Y)"
|
echo " date: $(date -u +%d-%B-%Y)"
|
||||||
echo
|
echo
|
||||||
|
echo "* Update version info in **docs/_config.yml**."
|
||||||
|
echo " remove the SNAPSHOT from site.pmd.version"
|
||||||
|
echo
|
||||||
echo "* Ensure all the new rules are listed in the proper file:"
|
echo "* Ensure all the new rules are listed in the proper file:"
|
||||||
echo " ${RELEASE_RULESET}"
|
echo " ${RELEASE_RULESET}"
|
||||||
echo
|
echo
|
||||||
|
Reference in New Issue
Block a user