Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v0.9.0

    v0.9.0
    
    Features:
    - BREAKING: capitalize first letter of subjects in tag message
    
    Documentation:
    - ci: clarify deploy stage purpose in GitLab CI template
  • v0.8.6

    v0.8.6
    
    Refactors:
    - small refactor to the version bump logic
    
    Documentation:
    - update documentation to reflect new 6-stage workflow
    
    Chores:
    - use the current version in the online template
  • v0.8.5

    v0.8.5
    
    Features:
    - include test commits in patch version bump logic
    
    Refactors:
    - consolidate commit type checks in determineVersionBump function
    
    Chores:
    - use the correct version in the online template
  • v0.8.4

    v0.8.4
    
    Bug fixes:
    - scripts: restore autocompletion parameters for personal access tokens
    - scripts: correct personal access token URL format and parameters
    - scripts: correct error property access in repository cleanup
    - scripts: remove duplicate error logging and improve repository cleanup
    
    Documentation:
    - comprehensive documentation review and updates
    - scripts: prioritize project access tokens as main recommendation
    - scripts: improve AGILEFLOW_TOKEN setup instructions with correct CI/CD URL
  • v0.7.8

    v0.7.8
    
    Features:
    - scripts: rename ACCESS_TOKEN to AGILEFLOW_ACCESS_TOKEN for clarity
    - scripts: add optional GitLab API tag creation via ACCESS_TOKEN
    
    Chores:
    - use the correct version in the online template
  • v0.7.7

    v0.7.7
    
    Bug fixes:
    - scripts: use --force-with-lease for GitLab CI tag push compatibility
    
    Chores:
    - update agileflow version used in template
  • v0.7.6

    v0.7.6
    
    Features:
    - update the version offered in the template
    - make new version available in the template for the users
    - add core versioning functionality to git-utils
    
    Bug fixes:
    - resolve release notes duplication and overflow issues
    - update the image offered by the GitLab CI template
    - git-utils: complete regex fixes for scoped conventional commits
    - git-utils: correct regex patterns for scoped conventional commits
    - handle first push versioning when no previous tags exist
    - correct getPreviousTagForTarget to find actual previous tag chronologically
    
    Documentation:
    - remove configuration example from troubleshooting guide
    - improve README with clearer workflow description and better link placement
    - streamline troubleshooting guide by removing redundant sections
    - remove unnecessary needs dependency from installation example
    - update template URL in README
    - update conventional commits documentation
    - update conventional commits documentation
    - improve conventional commits table with version bump logic
    - change order in conventional commits docs
    - remove revert emoji from docs
    
    Chores:
    - update the version offered in the template
  • v0.7.5

    v0.7.5
    
    Features:
    - update the version offered in the template
    - make new version available in the template for the users
    - add core versioning functionality to git-utils
    
    Bug fixes:
    - update the image offered by the GitLab CI template
    - git-utils: complete regex fixes for scoped conventional commits
    - git-utils: correct regex patterns for scoped conventional commits
    - handle first push versioning when no previous tags exist
    - correct getPreviousTagForTarget to find actual previous tag chronologically
    
    Documentation:
    - remove configuration example from troubleshooting guide
    - improve README with clearer workflow description and better link placement
    - streamline troubleshooting guide by removing redundant sections
    - remove unnecessary needs dependency from installation example
    - update template URL in README
    - update conventional commits documentation
    - update conventional commits documentation
    - improve conventional commits table with version bump logic
    - change order in conventional commits docs
    - remove revert emoji from docs
    - update documentation and configuration files
    
    Chores:
    - update the version offered in the template
  • v0.7.4

    v0.7.4
    
    Features:
    - update the version offered in the template
    - make new version available in the template for the users
    - add core versioning functionality to git-utils
    
    Bug fixes:
    - handle first push versioning when no previous tags exist
    - correct getPreviousTagForTarget to find actual previous tag chronologically
    
    Documentation:
    - remove configuration example from troubleshooting guide
    - improve README with clearer workflow description and better link placement
    - streamline troubleshooting guide by removing redundant sections
    - remove unnecessary needs dependency from installation example
    - update template URL in README
    - update conventional commits documentation
    - update conventional commits documentation
    - improve conventional commits table with version bump logic
    - change order in conventional commits docs
    - remove revert emoji from docs
    - update documentation and configuration files
    - clean up installation guide
    - remove external resources from docs
    - improve slightly the documentation index
    - remove emojis from docs
  • v0.7.1

    v0.7.1
    
    Features:
    - add core versioning functionality to git-utils
    
    Bug fixes:
    - correct getPreviousTagForTarget to find actual previous tag chronologically
    
    Documentation:
    - improve conventional commits table with version bump logic
    - change order in conventional commits docs
    - remove revert emoji from docs
    - update documentation and configuration files
    - clean up installation guide
    - remove external resources from docs
    - improve slightly the documentation index
    - remove emojis from docs
    - improved README style a bit
    - add missing documentation files to fix broken links
    - restructure main README as complete lightweight read with deep links
    - restructure documentation with docs folder and concise main README
    - update README with new remote template URL
  • v0.6.72

    v0.6.72
    
    Bug fixes:
    - BREAKING: fix regex used in breaking changes detection
  • v0.6.71

    v0.6.71
    
    Features:
    - BREAKING: add commit pipelines link at the end of successful runs
    
    Documentation:
    - add comprehensive documentation for AgileFlow.gitlab-ci.yml template and version-centric CI/CD approach
  • v0.6.70

    v0.6.70
    
    Bug fixes:
    - improve conventional commit regex patterns for breaking changes
  • v0.6.69

    v0.6.69
    
    Features:
    - BREAKING: add automatic calculation of version bumps
  • v0.6.68

    v0.6.68
    
    Features:
    - display commit pipeline link in logs for follow up
  • v0.6.67

    d8312b0a · ci: test the defaut state ·
    v0.6.67
    
    CI:
    - test the defaut state
  • v0.6.66

    v0.6.66
    
    CI:
    - test an opinionated workflow in the template