Skip to content

Commit

Permalink
chore: new -> main
Browse files Browse the repository at this point in the history
  • Loading branch information
soedirgo committed Oct 14, 2021
1 parent 6d64fd8 commit e951f3b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release
on:
push:
branches:
- new
- main
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"branches": ["new"],
"branches": ["main"],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
Expand Down
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,6 @@ scoop bucket add supabase https://github.com/supabase/scoop-bucket.git
scoop install supabase/supabase
```

<!-- TODO: Waiting for `new` to be merged to `main` -->
<!-- #### Go (>= 1.16) -->

<!-- ```sh -->
<!-- go get github.com/supabase/cli -->
<!-- ``` -->

### Run the CLI

```sh
Expand Down
2 changes: 1 addition & 1 deletion examples/tour/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This tour assumes you have the following installed in your environment:
- Node.js
- Docker (make sure the daemon is up and running)
- A Postgres client (can be psql, SQL IDEs, etc.)
- Supabase CLI (follow the instructions [here](https://github.com/supabase/cli/tree/new) to install)
- Supabase CLI (follow the instructions [here](https://github.com/supabase/cli) to install)

You also need a new Supabase project. Take note of the DB connection string in `Settings > Database > Connection string`. Once you have it set up, clone this repository and `cd` to `examples/tour`.

Expand Down

0 comments on commit e951f3b

Please sign in to comment.