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
#174 fix: detect parent git repositories for nova bump (#176)
Make nova bump and Update-NovaModuleVersion resolve Git history from
parent repositories, so nested project folders infer the correct
semantic version instead of falling back to Patch with Commits: 0.
Add regression coverage for nested project bump inference and update the
changelog.
Closes#174
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
18
18
19
19
### Fixed
20
20
21
+
- Fixed `nova bump` and `Update-NovaModuleVersion` so nested project folders now reuse parent Git repository history for bump inference instead of silently falling back to `Patch`.
0 commit comments