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

chore(packaging): set tag length to 7 #901

Merged
merged 2 commits into from
Aug 15, 2019
Merged

Commits on Aug 15, 2019

  1. chore(packaging): set tag length to 7

    relied on git approximation before, which causes problems with other parts of
    the automation.
    
    Because we do not need the tag to be strictly unique, but just to identify the
    latest version, limiting to 7 is fine.
    
    If this ever causes problems, raise the limit but make sure to update all other
    places as well.
    sh0rez committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    631db9b View commit details
    Browse the repository at this point in the history
  2. chore(packaging): request at least 7 characters

    Co-Authored-By: Dan Cech <dan@aussiedan.com>
    sh0rez and DanCech authored Aug 15, 2019
    Configuration menu
    Copy the full SHA
    08e64cf View commit details
    Browse the repository at this point in the history