Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
Merge 0e84874 into 1843eeb
Browse files Browse the repository at this point in the history
  • Loading branch information
wtrocki committed Oct 2, 2017
2 parents 1843eeb + 0e84874 commit 015914d
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions scripts/docgen.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
## Script for generating core modules documentation

VERSION=0.0.1
VERSION=1.0.0
DOC_FOLDER=docs
DOCS_LOCATION=$DOC_FOLDER/api
DOC_PATH=../../$DOCS_LOCATION
Expand All @@ -24,13 +24,4 @@ echo "Rename root folder"
cd $DOCS_LOCATION
mv @raincatcher $VERSION

echo "Pushing changes to github"
cd $DOC_FOLDER
git checkout -b $DOCS_BRANCH
git add --all
git commit -m"RainCatcher API update $VERSION"
git push origin +$DOCS_BRANCH:$DOCS_BRANCH

echo "Creating pull request using hub."
echo "If you do not have hub installed do that manually"
hub compare $DOCS_BRANCH 2> /dev/null
echo "Documentation was generated. Please continue website relase directly in documentation repository"

0 comments on commit 015914d

Please sign in to comment.