Releases: Evilazaro/DevExp-DevBox
Release v4.10.43
π 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
π 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
π 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
π 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
π 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
π 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
π 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
π 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
π 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
π 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
- Refactor Role assignment by @Evilazaro in #227
Full Changelog: v4.10.33...v4.10.34