aboutsummaryrefslogtreecommitdiff
path: root/Docs/source/developers/workflow.rst
blob: c24185cd19b8b198ce83d394dc047ecefc0f2679 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.. _developers-workflow:

Workflow
========

Make a new Github release
-------------------------

WarpX has one release per month. To make the release, you need to:

    * Update the version number in all source files. There is a script for that, so you can do:

      .. code-block:: sh
          cd Tools/
          ./update_release.sh

    * Merge ``dev`` branch into ``master`` branch.

    * Click the `Draft a new release` button at https://github.com/ECP-WarpX/WarpX/releases and follow instructions.