stevedlawrence opened a new pull request #565:
URL: https://github.com/apache/daffodil/pull/565


   - Because of the use of `set -e`, any failure that occurs when running
     the daffodil-release-candidate script will immediately halt the
     script. This is the right behavior, but there in some cases there
     isn't an obvious error as the script just stops. Furthermore, it's not
     obvious what steps to take. This traps ERR and calls a function that
     will make it very clear an error occurred and directs the user what to
     do.
   - When committing changes to the website, it's possible there are no
     actual changes. This is very likely in the case of an rc2 where the
     docs were already updated for rc1. If there are not changes, git
     commit exits with a non-zero exit code, which causes processing to
     stop. To avoid this, check to see if there are any changes to commit,
     and only then call git commit.
   - Fix typo in "Committing site changes"
   - Replace "Delete" with "Drop" when referencing how to undo staged jars.
     This is the correct terminology that show up at repository.apache.org
   
     DAFODIL-2518


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to