Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add the release and update process for the website
  • Loading branch information
marcosgopen committed Jul 15, 2024
1 parent cadb868 commit 25f6ade
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,12 @@ hugo serve
To upload the (new) production web site, run the following command. If everything went OK, the new web site is updated automatically.
```
rsync -Pr --protocol=28 --delete-after public/* jbosstm@<rysnc_hostname>:www_htdocs/jbosstm/
```
```
# Releasing Narayana and updating the website

After a new Narayana version is released we need to make sure that also the following components are updated:
- download links need updating (https://github.com/jbosstm/narayana.io/tree/develop/content/en/docs) at https://github.com/jbosstm/narayana.io/blob/develop/content/en/downloads/_index.md?plain=1#L12-L17
- api needs updating (unzip the javadoc build by the narayana-full component into the api folder) at https://github.com/jbosstm/narayana.io/tree/develop/content/en/docs/api
- project and product documentation (built from the [documentation project](https://github.com/jbosstm/documentation)) need updating at https://github.com/jbosstm/narayana.io/tree/develop/content/en/docs

Please note: when building narayana and documentation projects you need to make sure to use the correct release tag (e.g. 'git checkout 7.0.x.Final') if you want the right version of the api and docs

0 comments on commit 25f6ade

Please sign in to comment.