Skip to content

Commit

Permalink
Complete readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Dumas committed Sep 17, 2024
1 parent d0410b7 commit 4d15bdd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4d15bdd

Please sign in to comment.