Releases: Evilazaro/DevExp-DevBox
Release v4.10.33
π Branch-Based Release Strategy with Conditional Major Increment
π Release Information
- π Branch:
main - π·οΈ Version:
v4.10.33 - π¦ Previous Version:
v4.10.32 - π Release Type:
main - π€ Trigger: push
- π Commit:
a8bae70b953d449ebadfd35deb3fe1b2103c2ec2
π― 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.32...v4.10.33
Release v4.10.32
π Branch-Based Release Strategy with Conditional Major Increment
π Release Information
- π Branch:
main - π·οΈ Version:
v4.10.32 - π¦ Previous Version:
v4.10.31 - π Release Type:
main - π€ Trigger: push
- π Commit:
b17e634ce4973843bf9def6081111a7e0c333bc9
π― 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.31...v4.10.32
Release v4.10.31
π Branch-Based Release Strategy with Conditional Major Increment
π Release Information
- π Branch:
main - π·οΈ Version:
v4.10.31 - π¦ Previous Version:
v4.10.30 - π Release Type:
main - π€ Trigger: push
- π Commit:
ed6204004575ec0e84f40210e94e3c33608e5267
π― 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.30...v4.10.31
Release v4.10.30
π Branch-Based Release Strategy with Conditional Major Increment
π Release Information
- π Branch:
main - π·οΈ Version:
v4.10.30 - π¦ Previous Version:
v4.10.29 - π Release Type:
main - π€ Trigger: push
- π Commit:
622b21c291659159382530eec5fde5589c84d053
π― 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/ProjectCatalogs by @Evilazaro in #226
Full Changelog: v4.10.29...v4.10.30
Release v4.10.29
π Branch-Based Release Strategy with Conditional Major Increment
π Release Information
- π Branch:
main - π·οΈ Version:
v4.10.29 - π¦ Previous Version:
v4.10.28 - π Release Type:
main - π€ Trigger: push
- π Commit:
9534aa9bd3a73f3cb1bf69ffa9645e9a99306b14
π― 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.28...v4.10.29
Release v4.10.28
π Branch-Based Release Strategy with Conditional Major Increment
π Release Information
- π Branch:
main - π·οΈ Version:
v4.10.28 - π¦ Previous Version:
v4.10.27 - π Release Type:
main - π€ Trigger: push
- π Commit:
7ba4e356313e1e13d27397e6888fd884e1703dd7
π― 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.27...v4.10.28
Release v4.10.27
π Branch-Based Release Strategy with Conditional Major Increment
π Release Information
- π Branch:
main - π·οΈ Version:
v4.10.27 - π¦ Previous Version:
v4.10.26 - π Release Type:
main - π€ Trigger: push
- π Commit:
87d13905c0d74e849ae490f1afdbb17423f9d7d1
π― 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.26...v4.10.27
Release v4.10.26
π Branch-Based Release Strategy with Conditional Major Increment
π Release Information
- π Branch:
main - π·οΈ Version:
v4.10.26 - π¦ Previous Version:
v4.10.25 - π Release Type:
main - π€ Trigger: push
- π Commit:
4dd3c5ef89342c5859080d3fc93d962a4b805f37
π― 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.25...v4.10.26
Release v4.10.25
π Branch-Based Release Strategy with Conditional Major Increment
π Release Information
- π Branch:
main - π·οΈ Version:
v4.10.25 - π¦ Previous Version:
v4.10.24 - π Release Type:
main - π€ Trigger: push
- π Commit:
2040b96b582ddc61237ccc03ba031901ee302ba4
π― 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.24...v4.10.25
Release v4.10.24
π Branch-Based Release Strategy with Conditional Major Increment
π Release Information
- π Branch:
main - π·οΈ Version:
v4.10.24 - π¦ Previous Version:
v4.10.23 - π Release Type:
main - π€ Trigger: push
- π Commit:
6138ef790a648ed61a0e350b9d697215443971df
π― 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.23...v4.10.24