-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add CONTRIBUTING.md info for leonardo update
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# contributing to terra-azure-relay-listeners | ||
|
||
## Updating leonardo | ||
|
||
In order to finish releasing your changes, you will need to update `leonardo` | ||
with your commit [git-sha from `main`](https://github.com/DataBiosphere/terra-azure-relay-listeners/commits/main/). | ||
|
||
At the time of this writing, there are two files that need to be modified with | ||
the git-sha corresponding to your commit on `main`. | ||
|
||
- [reference.conf](https://github.com/databiosphere/leonardo/blob/develop/http/src/main/resources/reference.conf#L219) | ||
- [ConfigReaderSpec.scala](https://github.com/databiosphere/leonardo/blob/develop/http/src/test/scala/org/broadinstitute/dsde/workbench/leonardo/http/ConfigReaderSpec.scala#L71) | ||
|
||
To ensure you have covered all references, feel free to execute the following | ||
from `leonardo/`'s root directory: | ||
|
||
```shell | ||
git grep terra-azure-relay-listeners | ||
``` | ||
|