File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -20,3 +20,4 @@ Our Doxygen API documentation in classic formatting `is located here <../_static
2020 portability
2121 profiling
2222 documentation
23+ workflow
Original file line number Diff line number Diff line change 1+ .. _developers-workflow :
2+
3+ Workflow
4+ ========
5+
6+ Make a new Github release
7+ -------------------------
8+
9+ WarpX has one release per month. To make the release, you need to:
10+
11+ * Update the version number in all source files. There is a script for that, so you can do:
12+
13+ .. code-block :: sh
14+ cd Tools/
15+ ./update_release.sh
16+
17+ * Merge ``dev `` branch into ``master `` branch.
18+
19+ * Click the `Draft a new release ` button at https://github.com/ECP-WarpX/WarpX/releases and follow instructions.
You can’t perform that action at this time.
0 commit comments