Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose major/minor/patch and custom parts in all configurable strings #41

Merged
merged 8 commits into from Aug 25, 2019

Commits on Aug 25, 2019

  1. Expose version 'parts' to all configurable strings

    Currently, only 'serialize' has access to the 'part' identifiers such
    as {major}, {minor} and {patch}.
    
    This change exposes them also to other configurable strings,
    providing more flexibility in formatting:
      message
      tag_name
      tag_message
      replace
    
    To be intuitive relative to the existing 'current_version'
    and 'new_version' identifiers, these are named 'current_[part]'
    and 'new_[part]'.
    florisla authored and c4urself committed Aug 25, 2019
    Configuration menu
    Copy the full SHA
    70bf8e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65c13ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0edd893 View commit details
    Browse the repository at this point in the history
  4. Cleanup warnings about escape sequences

    florisla authored and c4urself committed Aug 25, 2019
    Configuration menu
    Copy the full SHA
    4d34cf4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f7d7076 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e9edb3e View commit details
    Browse the repository at this point in the history
  7. Readme: minor cosmetics

    florisla authored and c4urself committed Aug 25, 2019
    Configuration menu
    Copy the full SHA
    5c2fccf View commit details
    Browse the repository at this point in the history
  8. fix rebase

    c4urself committed Aug 25, 2019
    Configuration menu
    Copy the full SHA
    535da18 View commit details
    Browse the repository at this point in the history