Skip to content

Commit

Permalink
fix(birdie): use correct repo owner
Browse files Browse the repository at this point in the history
  • Loading branch information
rudoi committed May 24, 2024
1 parent ff47549 commit f7d0e25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion birdie/src-tauri/src/system/update.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use ethos_core::BIN_SUFFIX;
use crate::state::AppState;
use crate::APP_NAME;

static REPO_OWNER: &str = "BelieverCo";
static REPO_OWNER: &str = "believer-oss";
static REPO_NAME: &str = "ethos";

#[debug_handler]
Expand Down
4 changes: 2 additions & 2 deletions friendshipper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,15 +153,15 @@ In this example, we’ll make a new release for v4.0.0.

### Update config files

Run the [Update App Version](https://github.com/BelieverCo/friendshipper/actions/workflows/release.yml) workflow in
Run the [Update App Version](https://github.com/believer-oss/friendshipper/actions/workflows/release.yml) workflow in
GitHub Actions, specifying `4.0.0` as the version. This workflow will automatically open a Pull Request that updates all
the files that need to be modified with the new version number. Make sure this Pull Request is approved, then merge it.

### Draft and publish release in GitHub

Navigate to the releases page:

https://github.com/BelieverCo/ethos/releases
https://github.com/believer-oss/ethos/releases

Select `Draft a new release`

Expand Down

0 comments on commit f7d0e25

Please sign in to comment.