Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improve entering release notes into fastlane #1224

Merged
merged 4 commits into from
May 6, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Made some of the lanes private since they won't be invoked externally
  • Loading branch information
CDRussell committed May 6, 2021
commit dc0dc786f6c4b27d5354aa786e0c3672827b38f4
30 changes: 0 additions & 30 deletions fastlane/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,51 +16,21 @@ or alternatively using `brew install fastlane`

# Available Actions
## Android
### android release_notes_playstore
```
fastlane android release_notes_playstore
```
Generate release notes for the Play Store
### android release_notes_github
```
fastlane android release_notes_github
```
Generate release notes for GitHub
### android deploy_playstore
```
fastlane android deploy_playstore
```
Upload APK to Play Store
### android deploy_adhoc
```
fastlane android deploy_adhoc
```
Upload APK to ad-hoc internal app sharing
### android deploy_github
```
fastlane android deploy_github
```
Deploy APK to GitHub
### android update_fastlane_release_notes
```
fastlane android update_fastlane_release_notes
```
Update local changelist metadata
### android cleanup_fastlane_release_notes
```
fastlane android cleanup_fastlane_release_notes
```
Clean up local changelist metadata
### android release
```
fastlane android release
```
Create new release
### android determine_release_notes
```
fastlane android determine_release_notes
```


----

Expand Down