Skip to content

Commit

Permalink
Updating README
Browse files Browse the repository at this point in the history
  • Loading branch information
kjvbrt committed Jun 30, 2023
1 parent 408ba1e commit 0c65f09
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,18 +41,18 @@ yarn link -r ../phoenix/packages/phoenix-event-display
```


## Development model
## Production vs. development version

The repository employs following development model:
* `main` branch holds the latest released version available from the main page
of [FCCSW website][fccsw] ([direct link][produrl]).
* `devel` holds the latest version available from [here][develurl].
* Production version is available from the main page of [FCCSW website][fccsw]
([direct link][produrl]) and corresponds to the latest tagged version.
* The `main` branch holds the latest development version available from
[here][develurl].


## Deploying to the FCCSW website

Production version should be build and deployed from `main` branch and
development version from `devel` branch with the help of following two commands
Production version should be build and deployed from latest tagged version and
development version from `main` branch with the help of following two commands
```sh
yarn build:prod
yarn deploy:prod
Expand Down

0 comments on commit 0c65f09

Please sign in to comment.