Skip to content

Releases: Evilazaro/DevExp-DevBox

Release v4.10.43

16 Dec 22:56

Choose a tag to compare

🌟 Branch-Based Release Strategy with Conditional Major Increment

πŸ“Š Release Information

  • πŸ”€ Branch: main
  • 🏷️ Version: v4.10.43
  • πŸ“¦ Previous Version: v4.10.42
  • πŸš€ Release Type: main
  • πŸ€– Trigger: push
  • πŸ“ Commit: 6d0ab1baf1dece10152fe7201316fa356aeb9189

🎯 Release Strategy Applied

Main Branch: Conditional major increment (only if minor=0 AND patch=0, otherwise increment patch with overflow logic)

Main Branch Logic (NEW RULE)

  • If minor=0 AND patch=0: Increment major β†’ major+1.0.0
  • If minorβ‰ 0 OR patchβ‰ 0: Keep major, increment patch β†’ major.minor.(patch+1)
  • Overflow handling: If patch > 99 β†’ minor+1, patch=0; if minor > 99 β†’ major+1, minor=0

Feature/Fix Branch Overflow Logic

  • Feature branches: If patch + commits > 99 β†’ patch = 0, minor += 1
  • Fix branches: If minor + commits > 99 β†’ minor = 0, major += 1
  • Cascading overflow: If minor overflows during patch overflow β†’ minor = 0, major += 1

πŸ“¦ Artifacts

  • πŸ“„ Bicep templates compiled to ARM templates
  • πŸ—οΈ Infrastructure deployment files
  • πŸ“‹ Release metadata and documentation

πŸ”— Links

Full Changelog: v4.10.42...v4.10.43

Release v4.10.42

16 Dec 22:51

Choose a tag to compare

🌟 Branch-Based Release Strategy with Conditional Major Increment

πŸ“Š Release Information

  • πŸ”€ Branch: main
  • 🏷️ Version: v4.10.42
  • πŸ“¦ Previous Version: v4.10.41
  • πŸš€ Release Type: main
  • πŸ€– Trigger: push
  • πŸ“ Commit: 7c72db175cf193558a491ca5b755e4138983bb96

🎯 Release Strategy Applied

Main Branch: Conditional major increment (only if minor=0 AND patch=0, otherwise increment patch with overflow logic)

Main Branch Logic (NEW RULE)

  • If minor=0 AND patch=0: Increment major β†’ major+1.0.0
  • If minorβ‰ 0 OR patchβ‰ 0: Keep major, increment patch β†’ major.minor.(patch+1)
  • Overflow handling: If patch > 99 β†’ minor+1, patch=0; if minor > 99 β†’ major+1, minor=0

Feature/Fix Branch Overflow Logic

  • Feature branches: If patch + commits > 99 β†’ patch = 0, minor += 1
  • Fix branches: If minor + commits > 99 β†’ minor = 0, major += 1
  • Cascading overflow: If minor overflows during patch overflow β†’ minor = 0, major += 1

πŸ“¦ Artifacts

  • πŸ“„ Bicep templates compiled to ARM templates
  • πŸ—οΈ Infrastructure deployment files
  • πŸ“‹ Release metadata and documentation

πŸ”— Links

Full Changelog: v4.10.41...v4.10.42

Release v4.10.41

12 Dec 17:15

Choose a tag to compare

🌟 Branch-Based Release Strategy with Conditional Major Increment

πŸ“Š Release Information

  • πŸ”€ Branch: main
  • 🏷️ Version: v4.10.41
  • πŸ“¦ Previous Version: v4.10.40
  • πŸš€ Release Type: main
  • πŸ€– Trigger: push
  • πŸ“ Commit: a9fa7010a5f3c28eedbd93d2f1be0ebd20b41816

🎯 Release Strategy Applied

Main Branch: Conditional major increment (only if minor=0 AND patch=0, otherwise increment patch with overflow logic)

Main Branch Logic (NEW RULE)

  • If minor=0 AND patch=0: Increment major β†’ major+1.0.0
  • If minorβ‰ 0 OR patchβ‰ 0: Keep major, increment patch β†’ major.minor.(patch+1)
  • Overflow handling: If patch > 99 β†’ minor+1, patch=0; if minor > 99 β†’ major+1, minor=0

Feature/Fix Branch Overflow Logic

  • Feature branches: If patch + commits > 99 β†’ patch = 0, minor += 1
  • Fix branches: If minor + commits > 99 β†’ minor = 0, major += 1
  • Cascading overflow: If minor overflows during patch overflow β†’ minor = 0, major += 1

πŸ“¦ Artifacts

  • πŸ“„ Bicep templates compiled to ARM templates
  • πŸ—οΈ Infrastructure deployment files
  • πŸ“‹ Release metadata and documentation

πŸ”— Links

Full Changelog: v4.10.40...v4.10.41

Release v4.10.40

12 Dec 17:09

Choose a tag to compare

🌟 Branch-Based Release Strategy with Conditional Major Increment

πŸ“Š Release Information

  • πŸ”€ Branch: main
  • 🏷️ Version: v4.10.40
  • πŸ“¦ Previous Version: v4.10.39
  • πŸš€ Release Type: main
  • πŸ€– Trigger: push
  • πŸ“ Commit: 5d8ab4994ede62cb6f2ac021671236b893750b3d

🎯 Release Strategy Applied

Main Branch: Conditional major increment (only if minor=0 AND patch=0, otherwise increment patch with overflow logic)

Main Branch Logic (NEW RULE)

  • If minor=0 AND patch=0: Increment major β†’ major+1.0.0
  • If minorβ‰ 0 OR patchβ‰ 0: Keep major, increment patch β†’ major.minor.(patch+1)
  • Overflow handling: If patch > 99 β†’ minor+1, patch=0; if minor > 99 β†’ major+1, minor=0

Feature/Fix Branch Overflow Logic

  • Feature branches: If patch + commits > 99 β†’ patch = 0, minor += 1
  • Fix branches: If minor + commits > 99 β†’ minor = 0, major += 1
  • Cascading overflow: If minor overflows during patch overflow β†’ minor = 0, major += 1

πŸ“¦ Artifacts

  • πŸ“„ Bicep templates compiled to ARM templates
  • πŸ—οΈ Infrastructure deployment files
  • πŸ“‹ Release metadata and documentation

πŸ”— Links

Full Changelog: v4.10.39...v4.10.40

Release v4.10.39

12 Dec 14:51

Choose a tag to compare

🌟 Branch-Based Release Strategy with Conditional Major Increment

πŸ“Š Release Information

  • πŸ”€ Branch: main
  • 🏷️ Version: v4.10.39
  • πŸ“¦ Previous Version: v4.10.38
  • πŸš€ Release Type: main
  • πŸ€– Trigger: push
  • πŸ“ Commit: b999e72f6287effe1462a8e5606e3f8dc20306eb

🎯 Release Strategy Applied

Main Branch: Conditional major increment (only if minor=0 AND patch=0, otherwise increment patch with overflow logic)

Main Branch Logic (NEW RULE)

  • If minor=0 AND patch=0: Increment major β†’ major+1.0.0
  • If minorβ‰ 0 OR patchβ‰ 0: Keep major, increment patch β†’ major.minor.(patch+1)
  • Overflow handling: If patch > 99 β†’ minor+1, patch=0; if minor > 99 β†’ major+1, minor=0

Feature/Fix Branch Overflow Logic

  • Feature branches: If patch + commits > 99 β†’ patch = 0, minor += 1
  • Fix branches: If minor + commits > 99 β†’ minor = 0, major += 1
  • Cascading overflow: If minor overflows during patch overflow β†’ minor = 0, major += 1

πŸ“¦ Artifacts

  • πŸ“„ Bicep templates compiled to ARM templates
  • πŸ—οΈ Infrastructure deployment files
  • πŸ“‹ Release metadata and documentation

πŸ”— Links

Full Changelog: v4.10.38...v4.10.39

Release v4.10.38

12 Dec 14:41

Choose a tag to compare

🌟 Branch-Based Release Strategy with Conditional Major Increment

πŸ“Š Release Information

  • πŸ”€ Branch: main
  • 🏷️ Version: v4.10.38
  • πŸ“¦ Previous Version: v4.10.37
  • πŸš€ Release Type: main
  • πŸ€– Trigger: push
  • πŸ“ Commit: ba2c5d4b62e81d865ab354c9097d1630fcbc5d99

🎯 Release Strategy Applied

Main Branch: Conditional major increment (only if minor=0 AND patch=0, otherwise increment patch with overflow logic)

Main Branch Logic (NEW RULE)

  • If minor=0 AND patch=0: Increment major β†’ major+1.0.0
  • If minorβ‰ 0 OR patchβ‰ 0: Keep major, increment patch β†’ major.minor.(patch+1)
  • Overflow handling: If patch > 99 β†’ minor+1, patch=0; if minor > 99 β†’ major+1, minor=0

Feature/Fix Branch Overflow Logic

  • Feature branches: If patch + commits > 99 β†’ patch = 0, minor += 1
  • Fix branches: If minor + commits > 99 β†’ minor = 0, major += 1
  • Cascading overflow: If minor overflows during patch overflow β†’ minor = 0, major += 1

πŸ“¦ Artifacts

  • πŸ“„ Bicep templates compiled to ARM templates
  • πŸ—οΈ Infrastructure deployment files
  • πŸ“‹ Release metadata and documentation

πŸ”— Links

Full Changelog: v4.10.37...v4.10.38

Release v4.10.37

12 Dec 14:24

Choose a tag to compare

🌟 Branch-Based Release Strategy with Conditional Major Increment

πŸ“Š Release Information

  • πŸ”€ Branch: main
  • 🏷️ Version: v4.10.37
  • πŸ“¦ Previous Version: v4.10.36
  • πŸš€ Release Type: main
  • πŸ€– Trigger: push
  • πŸ“ Commit: 0a32f2e3eb61b00e7d01be64eb13c964b8c1138d

🎯 Release Strategy Applied

Main Branch: Conditional major increment (only if minor=0 AND patch=0, otherwise increment patch with overflow logic)

Main Branch Logic (NEW RULE)

  • If minor=0 AND patch=0: Increment major β†’ major+1.0.0
  • If minorβ‰ 0 OR patchβ‰ 0: Keep major, increment patch β†’ major.minor.(patch+1)
  • Overflow handling: If patch > 99 β†’ minor+1, patch=0; if minor > 99 β†’ major+1, minor=0

Feature/Fix Branch Overflow Logic

  • Feature branches: If patch + commits > 99 β†’ patch = 0, minor += 1
  • Fix branches: If minor + commits > 99 β†’ minor = 0, major += 1
  • Cascading overflow: If minor overflows during patch overflow β†’ minor = 0, major += 1

πŸ“¦ Artifacts

  • πŸ“„ Bicep templates compiled to ARM templates
  • πŸ—οΈ Infrastructure deployment files
  • πŸ“‹ Release metadata and documentation

πŸ”— Links

Full Changelog: v4.10.36...v4.10.37

Release v4.10.36

12 Dec 14:16

Choose a tag to compare

🌟 Branch-Based Release Strategy with Conditional Major Increment

πŸ“Š Release Information

  • πŸ”€ Branch: main
  • 🏷️ Version: v4.10.36
  • πŸ“¦ Previous Version: v4.10.35
  • πŸš€ Release Type: main
  • πŸ€– Trigger: push
  • πŸ“ Commit: 7f2992a3724a7e43aa14bab089cd8527c8ebf301

🎯 Release Strategy Applied

Main Branch: Conditional major increment (only if minor=0 AND patch=0, otherwise increment patch with overflow logic)

Main Branch Logic (NEW RULE)

  • If minor=0 AND patch=0: Increment major β†’ major+1.0.0
  • If minorβ‰ 0 OR patchβ‰ 0: Keep major, increment patch β†’ major.minor.(patch+1)
  • Overflow handling: If patch > 99 β†’ minor+1, patch=0; if minor > 99 β†’ major+1, minor=0

Feature/Fix Branch Overflow Logic

  • Feature branches: If patch + commits > 99 β†’ patch = 0, minor += 1
  • Fix branches: If minor + commits > 99 β†’ minor = 0, major += 1
  • Cascading overflow: If minor overflows during patch overflow β†’ minor = 0, major += 1

πŸ“¦ Artifacts

  • πŸ“„ Bicep templates compiled to ARM templates
  • πŸ—οΈ Infrastructure deployment files
  • πŸ“‹ Release metadata and documentation

πŸ”— Links

Full Changelog: v4.10.35...v4.10.36

Release v4.10.35

23 Sep 13:45
11e9646

Choose a tag to compare

🌟 Branch-Based Release Strategy with Conditional Major Increment

πŸ“Š Release Information

  • πŸ”€ Branch: main
  • 🏷️ Version: v4.10.35
  • πŸ“¦ Previous Version: v4.10.34
  • πŸš€ Release Type: main
  • πŸ€– Trigger: push
  • πŸ“ Commit: 11e964694102358e20120fc491474b771f60ada1

🎯 Release Strategy Applied

Main Branch: Conditional major increment (only if minor=0 AND patch=0, otherwise increment patch with overflow logic)

Main Branch Logic (NEW RULE)

  • If minor=0 AND patch=0: Increment major β†’ major+1.0.0
  • If minorβ‰ 0 OR patchβ‰ 0: Keep major, increment patch β†’ major.minor.(patch+1)
  • Overflow handling: If patch > 99 β†’ minor+1, patch=0; if minor > 99 β†’ major+1, minor=0

Feature/Fix Branch Overflow Logic

  • Feature branches: If patch + commits > 99 β†’ patch = 0, minor += 1
  • Fix branches: If minor + commits > 99 β†’ minor = 0, major += 1
  • Cascading overflow: If minor overflows during patch overflow β†’ minor = 0, major += 1

πŸ“¦ Artifacts

  • πŸ“„ Bicep templates compiled to ARM templates
  • πŸ—οΈ Infrastructure deployment files
  • πŸ“‹ Release metadata and documentation

πŸ”— Links

Full Changelog: v4.10.34...v4.10.35

Release v4.10.34

16 Sep 13:33
c2a3e71

Choose a tag to compare

🌟 Branch-Based Release Strategy with Conditional Major Increment

πŸ“Š Release Information

  • πŸ”€ Branch: main
  • 🏷️ Version: v4.10.34
  • πŸ“¦ Previous Version: v4.10.33
  • πŸš€ Release Type: main
  • πŸ€– Trigger: push
  • πŸ“ Commit: c2a3e7138f8a7c2497a62079bcaf7189a847351a

🎯 Release Strategy Applied

Main Branch: Conditional major increment (only if minor=0 AND patch=0, otherwise increment patch with overflow logic)

Main Branch Logic (NEW RULE)

  • If minor=0 AND patch=0: Increment major β†’ major+1.0.0
  • If minorβ‰ 0 OR patchβ‰ 0: Keep major, increment patch β†’ major.minor.(patch+1)
  • Overflow handling: If patch > 99 β†’ minor+1, patch=0; if minor > 99 β†’ major+1, minor=0

Feature/Fix Branch Overflow Logic

  • Feature branches: If patch + commits > 99 β†’ patch = 0, minor += 1
  • Fix branches: If minor + commits > 99 β†’ minor = 0, major += 1
  • Cascading overflow: If minor overflows during patch overflow β†’ minor = 0, major += 1

πŸ“¦ Artifacts

  • πŸ“„ Bicep templates compiled to ARM templates
  • πŸ—οΈ Infrastructure deployment files
  • πŸ“‹ Release metadata and documentation

πŸ”— Links

What's Changed

Full Changelog: v4.10.33...v4.10.34