Skip to content

Commit

Permalink
update tap repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmaccallum committed Aug 1, 2024
1 parent d4ee40f commit 1f2b23c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ jobs:
export GH_TOKEN="$SDKS_REPO_ACCESS_TOKEN"
# Quiet push so key isn't shown in logs
# git push -q [email protected]:Parra-Inc/tap.git main
git push -q https://${SDKS_REPO_ACCESS_TOKEN}@github.com/Parra-Inc/parra-mobile-sdks.git main
gh release create "$CIRCLE_TAG" ./cli/artifacts/*.tar.gz --generate-notes --verify-tag
Expand Down
2 changes: 1 addition & 1 deletion cli/DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
2. Run `brew update` to update the local Homebrew formulae.
3. Run `cargo build --release` to build the latest version of the CLI. This will create a binary at `target/release/parra`.
4. Run `./release_update.sh <VERSION>` to create a new release on GitHub and update the Homebrew formulae. Replace `<VERSION>` with the new version number.
5. Update the cli Formula in the [Parra Homebrew Tap](https://github.com/Parra-Inc/homebrew-parra) with the new version number and the new SHA256 hash. These can be found in the output from the previous step.
5. Update the cli Formula in the [Parra Homebrew Tap](https://github.com/Parra-Inc/homebrew-tap) with the new version number and the new SHA256 hash. These can be found in the output from the previous step.
6. Run `brew install parra-inc/parra/parra-cli` to install the latest version of the CLI to test with.

### Notes
Expand Down

0 comments on commit 1f2b23c

Please sign in to comment.