Skip to content

Releases: jtmullen/submodule-branch-check-action

Submodule Check Action v1.3.1 Release

23 Aug 23:51
25a6456
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1...v1.3.1

Submodule Check Action v1.3.0 Release

28 Jun 05:51
ab0d3a6
Compare
Choose a tag to compare

What's Changed

  • Remove Docker usage by @jtmullen in #33
    • Action Runs ~30% faster!

Full Changelog: v1.2.2...v1.3.0

Submodule Check Action v1.2.2 Release

21 Mar 18:54
3d1909a
Compare
Choose a tag to compare

What's Changed

  • Fix Bug Fetching History for Push Triggers not on default branch by @jtmullen in #32

Full Changelog: v1...v1.2.2

Submodule Check Action v1.2.1 Release

15 Mar 03:40
9a32fc6
Compare
Choose a tag to compare

What's Changed

  • [Bug Fix] Set Git Remote Fetch Setting for Submodule by @jtmullen in #30

Full Changelog: v1...v1.2.1

Submodule Check Action v1.2.0 Release

21 Dec 21:56
6e521ff
Compare
Choose a tag to compare

What's Changed

  • Add Option To Disable Progression Check by @jtmullen in #27

Full Changelog: v1...v1.2.0

Submodule Check Action v1.1.2 Release

01 Nov 16:58
ba35e41
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1...v1.1.2

Submodule Check Action v1.1.1 Release

30 Jul 17:39
f78d85e
Compare
Choose a tag to compare

What's Changed

  • Handle Submodule Name and Path Names that differ by @jtmullen in #24

Full Changelog: v1.1.0...v1.1.1

Submodule Check Action v1.1.0 Release

26 Jul 02:16
6c6f99f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.2...v1.1.0

Change-log Auto Generated

Submodule Check Action v1.0.1 Release

27 Oct 00:53
287346d
Compare
Choose a tag to compare

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

25 Sep 00:52
Compare
Choose a tag to compare

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