Skip to content

Commit fbe3a39

Browse files
authored
Merge pull request #1652 from surishubham/main
Merge pull request #1627 from JeeveshJ7/stage
2 parents 9d7ea54 + 5258770 commit fbe3a39

File tree

1 file changed

+0
-54
lines changed

1 file changed

+0
-54
lines changed

docs/smartui-build-merging.md

Lines changed: 0 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -118,36 +118,6 @@ npx smartui capture --name hotfix-build-202
118118
npx smartui merge build --source hotfix-build-202 --target prod-build-456
119119
```
120120

121-
## Advanced Build Merging
122-
123-
### Force Merge
124-
125-
When you need to merge builds regardless of their current status:
126-
127-
```bash
128-
npx smartui merge build --source build-123 --target build-456 --force
129-
```
130-
131-
### Selective Merge
132-
133-
Merge specific screenshots from one build to another:
134-
135-
```bash
136-
npx smartui merge build --source build-123 --target build-456
137-
```
138-
139-
### Status Management
140-
141-
Manage build statuses during merge:
142-
143-
```bash
144-
# Merge and mark as approved
145-
npx smartui merge build --source build-123 --target build-456
146-
147-
# Merge and mark as baseline
148-
npx smartui merge build --source build-123 --target build-456
149-
```
150-
151121
## Best Practices
152122

153123
1. **Build Management**:
@@ -160,30 +130,6 @@ npx smartui merge build --source build-123 --target build-456
160130
- Document merge strategies
161131
- Establish approval processes
162132

163-
3. **Status Management**:
164-
- Clear status tracking
165-
- Document status changes
166-
- Maintain audit trail
167-
168-
## Troubleshooting
169-
170-
### Common Issues
171-
172-
1. **Merge Conflicts**:
173-
- Check build compatibility
174-
- Verify build status
175-
- Review merge history
176-
177-
2. **Status Issues**:
178-
- Verify build status
179-
- Check permissions
180-
- Review approval history
181-
182-
3. **Permission Issues**:
183-
- Verify user permissions
184-
- Check build protection
185-
- Review access settings
186-
187133
### Getting Help
188134

189135
If you encounter any issues with build merging in SmartUI, please contact our support team at [email protected].

0 commit comments

Comments
 (0)