diff options
Diffstat (limited to 'Docs/source/developers/workflow.rst')
-rw-r--r-- | Docs/source/developers/workflow.rst | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Docs/source/developers/workflow.rst b/Docs/source/developers/workflow.rst new file mode 100644 index 000000000..c24185cd1 --- /dev/null +++ b/Docs/source/developers/workflow.rst @@ -0,0 +1,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. |