Skip to content

Commit

Permalink
docs(README): add note about publishing process
Browse files Browse the repository at this point in the history
Signed-off-by: jrhender <john.henderson@energyweb.org>
  • Loading branch information
jrhender committed Feb 7, 2025
1 parent c29ee0c commit a647d21
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ To run tests across all apps and libraries in one command, a rush script has bee
$ rush test
```

## Release Process

Releases are done by creating a new release in GitHub.
The release will trigger [a GitHub Action](/.github/workflows/container-image-publish.yml) to publish the new version to the GitHub Container Registry.

## Docs Editing

To edit the documentation, you can run the following command to start the docs server:
Expand Down

0 comments on commit a647d21

Please sign in to comment.