-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Simon Dumas
committed
Sep 17, 2024
1 parent
d0410b7
commit 4d15bdd
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,3 +15,15 @@ $ ./build.sh | |
``` | ||
|
||
The product page and the documentation should be built and extracted under the target directory. | ||
|
||
To release a new version: | ||
|
||
* Run the following git command to add another git submodule: | ||
|
||
``` | ||
git submodule add -b $branch -f --name "versions/$branch" [email protected]:BlueBrain/nexus.git versions/$branch/ | ||
``` | ||
|
||
* Update the versions/versions.md file and create the new current / push the previous in the older releases | ||
* Update the current branch in the build.sh file | ||
* Example: https://github.com/BlueBrain/nexus/pull/5142 |