Skip to content

Latest commit

 

History

History
68 lines (42 loc) · 1.71 KB

CHANGELOG.md

File metadata and controls

68 lines (42 loc) · 1.71 KB

Change Log

0.4.0 (2019-03-01)

  • Features:

    • should support sphinx-autobuild #12
    • should support Docker workflow #13
  • Improvements:

    • should replace --set-upstream by --set-upstream-to instead #14

Details: https://github.com/teracyhq/sphinx-deployment/milestone/1?closed=1

0.3.1 (2015-08-24)

  • Bug Fixes:
    • update the right script paths following the changes from github

0.3.0 (2013-11-26)

  • Improvement

    • [SPXD-10] - Deploy vX.X.X tag to docs/X.X.X instead of docs/vX.X.X
  • New Feature

    • [SPXD-9] - PaaS deployment: heroku
  • Migration (from v0.2.0 to v0.3.0)

    • REPO_URL was changed to REPO_URL_GITHUB
    • DEPLOY_BRANCH was changed to DEPLOY_BRANCH_GITHUB
    • $ make push was changed to $ make deploy_gh_pages
    • $ make rsync was changed to $ make deploy_rsync

0.2.0 (2013-09-26)

  • Improvement

    • [SPXD-6] - remove duplication of git init when setup_gh_pages
  • New Feature

    • [SPXD-5] - Rsync support

0.1.0 (2013-08-18)

  • Improvement

    • [SPXD-2] - remove "make init_gh_pages" step
  • New Feature

    • [SPXD-1] - make gen_deploy
    • [SPXD-3] - installation bash script