Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • kadlu kadlu
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 17
    • Issues 17
    • 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
  • kadlukadlu
  • Wiki
  • Merging a patch

Merging a patch · Changes

Page history
Update Merging a patch authored May 27, 2020 by Oliver Kirsebom's avatar Oliver Kirsebom
Hide whitespace changes
Inline Side-by-side
Merging-a-patch.md
View page @ 5e92c384
...@@ -6,11 +6,10 @@ ...@@ -6,11 +6,10 @@
1. Make sure all unit tests and doc tests are passing 1. Make sure all unit tests and doc tests are passing
2. Update the change log, docs conf, and version number (`docs/source/versions/changelog.rst`, `setup.py`, `docs/source/conf.py`) 2. Update the change log, docs conf, and version number (`docs/source/versions/changelog.rst`, `setup.py`, `docs/source/conf.py`)
2. If any new features change how the software is used, update and build the documentation: 2. If any new features change how the software is used, update, build, and upload the documentation to the server:
```terminal ```terminal
cd docs/ cd docs/
make html build_and_upload_docs.sh
./upload.sh
``` ```
4. create merge request to master branch 4. create merge request to master branch
......
Clone repository
  • Home
  • Merging a patch
  • Next release change list