Releases: jtmullen/submodule-branch-check-action
Releases · jtmullen/submodule-branch-check-action
Submodule Check Action v1.3.1 Release
Submodule Check Action v1.3.0 Release
What's Changed
Full Changelog: v1.2.2...v1.3.0
Submodule Check Action v1.2.2 Release
What's Changed
Full Changelog: v1...v1.2.2
Submodule Check Action v1.2.1 Release
What's Changed
Full Changelog: v1...v1.2.1
Submodule Check Action v1.2.0 Release
What's Changed
Full Changelog: v1...v1.2.0
Submodule Check Action v1.1.2 Release
Submodule Check Action v1.1.1 Release
What's Changed
Full Changelog: v1.1.0...v1.1.1
Submodule Check Action v1.1.0 Release
What's Changed
- Git LFS Support by @jamiesandenr in #19
- Add param to check first-parent ancestry by @jamiesandenr in #20
- Restore Repo State at End of Run by @jtmullen in #22
New Contributors
- @jamiesandenr made their first contribution in #19
Full Changelog: v1.0.2...v1.1.0
Change-log Auto Generated
Submodule Check Action v1.0.1 Release
This is a minor release with two bug fixes:
- The new (in v1.0.0) submodule fetch depth functionality would miss some history causing failures when this missed history includes the commit referenced by the base branch on a PR.
- Submodule fetch depth could result in a git error for very short history or new submodules when the action attempt to deepen the history,
Submodule Check Action v1.0.0 Release
v1 is here 🎉
After nearly a year of no major changes and substantial use in various repos this action seems plenty stable to graduate to v1 instead of what I called a v0 beta version.
v1 adds:
- Improved Logging and error messages
- Improved Checkout Handling of the submodule
- Note new option for checkout depth of the submodule
- Unit Tests to cover the basics and common edge cases
- Now future updates will be better tested!
- The Unit Tests did uncover some minor issues that are fixed