Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: add https://reporter.apache.org/addrelease.html?fineract

...

Code Block
languagebash
svn co https://dist.apache.org/repos/dist/release/fineract fineract-release
mkdir fineract-release/$RELEASE/
cp fineract-dist-dev/$RELEASE/* fineract-release/$RELEASE/
svn add fineract-release/$RELEASE/
svn commit -m "Fineract Release $RELEASE" fineract-release/$RELEASE/

You will now get an automated email from the Apache Reporter Service (no-reply@reporter.apache.org), subject "Please add your release data for 'fineract'" to add the release data (version and date) to the database on https://reporter.apache.org/addrelease.html?fineract (requires PMC membership).

Update the website

Finally update the https://fineract.apache.org website with the latest release details. The website's HTML source code is available at https://github.com/apache/fineract-site.

...