-
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.
Deploy documentation for Nexus 1.10 release (#5142)
* Deploy documentation for Nexus 1.10 release --------- Co-authored-by: Simon Dumas <[email protected]>
- Loading branch information
Showing
6 changed files
with
28 additions
and
6 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 |
---|---|---|
|
@@ -18,3 +18,7 @@ | |
path = versions/v1.9.x | ||
url = [email protected]:BlueBrain/nexus.git | ||
branch = v1.9.x | ||
[submodule "versions/v1.10.x"] | ||
path = versions/v1.10.x | ||
url = [email protected]:BlueBrain/nexus.git | ||
branch = v1.10.x |
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 |
---|---|---|
|
@@ -14,4 +14,16 @@ $ git submodule update --remote --merge | |
$ ./build.sh | ||
``` | ||
|
||
The product page and the documentation should be built and extracted under the target directory. | ||
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 |
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
Submodule snapshot
updated
23 files
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