Skip to content

Update for release description in gh pages branch

Roman Ivanov edited this page Jun 19, 2019 · 4 revisions
  1. during release gh-pages is already cloned.

  2. Switch to gh-pages

cd gh-pages
  1. Get latest changes from upstream repository
git pull origin gh-pages
  1. do MANUAL changes in index.html . Validate rendering on your local

  2. commit changes

git add index.html
git status
git commit -m "doc: add release notes for $NEW_VERSION"
  1. push changes
git push origin gh-pages
  1. validate rendering at http://sevntu-checkstyle.github.io/sevntu.checkstyle/