Skip to content

v1.6.1

Compare
Choose a tag to compare
@gsinghjay gsinghjay released this 02 Jan 04:00
· 166 commits to main since this release

v1.6.1 (2025-01-02)

Bug Fixes

  • ci: Add debugging for changelog generation (78499ed)

  • ci: Correct condition logic for github-actions bot in workflow (c3c0db9)

  • Changed OR operator to AND in workflow conditions

  • Ensures github-actions bot commits are properly skipped

  • Prevents CI/CD infinite loops

  • ci: Correct condition logic for github-actions bot in workflow (b742535)

  • Changed OR operator to AND in release job conditions

  • Ensures github-actions bot commits are properly skipped

  • Prevents CI/CD infinite loops

  • ci: Improve changelog generation and remove coverage artifacts (a4f0424)

  • Add debug verbosity to semantic-release command

  • Remove coverage.xml artifact upload

  • Add better debug output for changelog generation

  • Fix semantic-release verbose flag position

  • ci: Remove invalid --prerelease flag from changelog generation (2af8359)

  • ci: Simplify release configuration (8f72fa1)

  • Remove unnecessary prerelease configuration

  • Keep only main branch configuration

  • Simplify changelog generation command

  • ci: Simplify release workflow (4b19367)

  • Remove separate changelog update step

  • Update release job configuration

  • Configure changelog for release-only updates

  • Follow semantic-release best practices

  • config: Remove duplicate branch configuration (0cc9aeb)

  • Remove duplicate [tool.python_semantic_release.branches.main] section

  • Fix TOML validation error

  • config: Update branch patterns for changelog generation (73c7101)

  • Add develop branch pattern to release groups

  • Include feature/fix branch patterns

  • Follow semantic-release documentation recommendations

  • config: Update branch patterns with proper regex (197246a)

  • Use .* pattern for matching fix and feature branches

  • Separate patterns for clearer branch matching

  • Fix 'branch not in release groups' error


Detailed Changes: v1.6.0...v1.6.1