Skip to content

Commit

Permalink
chore: Update docs inline with available release lanes
Browse files Browse the repository at this point in the history
  • Loading branch information
othyn committed Oct 6, 2024
1 parent b6e14c4 commit a9fb5c0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,11 +153,11 @@ The build process has been automated to provide beta integration builds and prod
To locally test the fastlane build, run:

```sh
# Beta lane (staging branch)
# Beta release lane (staging branch)
$ fastlane beta

# Release lane (main branch)
$ fastlane release
# Production release lane (main branch)
$ fastlane production
```

Which should generate the required `build/Auto Clicker.app`, `build/Auto Clicker.app.dSYM.zip` and `build/Auto Clicker.dmg` build fragments.
Expand Down
12 changes: 2 additions & 10 deletions fastlane/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,6 @@ For _fastlane_ installation instructions, see [Installing _fastlane_](https://do

## Mac

### mac local

```sh
[bundle exec] fastlane mac local
```



### mac beta

```sh
Expand All @@ -31,10 +23,10 @@ For _fastlane_ installation instructions, see [Installing _fastlane_](https://do



### mac release
### mac production

```sh
[bundle exec] fastlane mac release
[bundle exec] fastlane mac production
```


Expand Down

0 comments on commit a9fb5c0

Please sign in to comment.