Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • ketos ketos
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 27
    • Issues 27
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • public_projects
  • ketosketos
  • Wiki
  • New release instructions

New release instructions · Changes

Page history
Update New release instructions authored May 14, 2019 by Oliver Kirsebom's avatar Oliver Kirsebom
Hide whitespace changes
Inline Side-by-side
New-release-instructions.md
View page @ d0bc025c
...@@ -9,7 +9,13 @@ cd docs/source ...@@ -9,7 +9,13 @@ cd docs/source
make html make html
``` ```
7. Review the documentation 7. Review the documentation
8. Upload the documentation to the docs server: 8. Create a merge request for the release branch into the master branch (Note: Do <it>not<it> select `Delete source branch`)
9. Once this merge request has been reviewed and accepted, upload the new version to PyPI:
```terminal
python setup.py sdist bdist_wheel
twine upload dist/ketos-X.Y.Z.tar.gz
```
10. Finally, upload the documentation to the docs server:
```terminal ```terminal
cd docs cd docs
./upload.sh ./upload.sh
......
Clone repository
  • Home
  • New release instructions
  • Sphinx Documentation guides