Skip to content

Commit 16e97ab

Browse files
committed
docs: remove obsolete -EnableTagSorting references from README
Replace remaining -EnableTagSorting mentions with correct v5.0.0 API using -DisableTagSorting
1 parent 93e1c3e commit 16e97ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ Check the generated debug log file for:
688688
- SSH key lookup attempts
689689
- API compatibility calculations
690690
- Compatibility mode interactions
691-
- Tag date fetching operations (when `-EnableTagSorting` is enabled)
691+
- Tag date fetching operations (when tag sorting is enabled)
692692
- Detailed Git command execution
693693

694694
## Migration Guide
@@ -748,9 +748,9 @@ Version 4.0 adds recursive dependency support. Existing configurations continue
748748

749749
To use recursive features:
750750
1. Add "API Compatible Tags" to your repository configurations
751-
2. Ensure proper temporal ordering (when not using `-EnableTagSorting`)
751+
2. Ensure proper temporal ordering (when using `-DisableTagSorting`)
752752
3. Place dependencies.json files in your repositories
753-
4. Run with `-Recursive` flag
753+
4. Run the script (recursive mode is enabled by default)
754754

755755
### From Version 2.x to 3.x/4.x
756756

0 commit comments

Comments
 (0)