diff --git a/RELEASING.md b/RELEASING.md index 3d896b432..8ec82e3ca 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -7,8 +7,13 @@ ### Prep - If you don't have a `transifex.auth` file in the root of your iD checkout, you'll need to create a Transifex account, ask @tyr_asd or @bhousel for admin rights -on the iD project, and then create this file with contents like
-     {"user": "yourusername", "password": "*******"}
This file is not version-controlled and will not be checked in. +on the iD project, and then create this file with contents like + + ````json + { "user":"api", "password": "" } + ```` + + where you insert your personal [transifex api token](https://www.transifex.com/user/settings/api/). This file is not version-controlled and will not be checked in. ### Update `iD`