git-coco 0.14.9 → 0.14.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -78,9 +78,12 @@ Creates changelogs.
78
78
  # For the current branch
79
79
  coco changelog
80
80
 
81
- # For a specific range
81
+ # For a specific range (using HEAD references)
82
82
  coco changelog -r HEAD~5:HEAD
83
83
 
84
+ # For a specific range (using commit hashes)
85
+ coco changelog -r abc1234:def5678
86
+
84
87
  # For a target branch
85
88
  coco changelog -b other-branch
86
89