You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/fastlane-guide.md
+17-6Lines changed: 17 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,13 @@ This guide explains how to use Fastlane for automating ClickIt development and r
11
11
-[Troubleshooting](#troubleshooting)
12
12
-[Advanced Usage](#advanced-usage)
13
13
14
+
## 📋 Prerequisites
15
+
16
+
**Git Workflow Knowledge Required**: This guide assumes you understand the ClickIt git workflow. If you're unsure about branch management, merging features to staging, or the complete development process, please read **[git-workflow-guide.md](git-workflow-guide.md)** first.
17
+
18
+
**Quick Summary**:
19
+
- Features → `staging` branch → beta release → `main` branch → production release
0 commit comments