Skip to content

Commit

Permalink
updating readme
Browse files Browse the repository at this point in the history
  • Loading branch information
james-prysm committed Nov 30, 2023
1 parent 3e4ce6f commit 3f7ba48
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,9 @@ Then, do

You should see protos being regenerated under `./src/app/proto`, which will be used as the types in our frontend application.

## Steps to create release

1. Once all commits are added to master, update the `CHANGELOG.md` file for all the associated changes.
2. Create a version tag against master and push the new version tag. This will trigger the git action workflow.
3. Follow README.md instructions on the [prysm repo](https://github.com/prysmaticlabs/prysm/tree/develop/validator/web) to update the validator client with the new UI.

0 comments on commit 3f7ba48

Please sign in to comment.