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

Generalize regexp for tags to identify stable versions #2972

Closed
wants to merge 1 commit into from

Commits on Jul 30, 2015

  1. Generalize regexp for tags to identify stable versions

    This allows for tags that begin with the name of the package followed by
    a version number to be identified as tags corresponding to stable
    versions. E.g. "foo-mode-v.1.0.0" will now be identified.
    
    The use case is when multiple packages are kept in a single
    repo (which is admitted sub-optimal) or if the package is kept in a repo
    with other code.
    jrnold committed Jul 30, 2015
    Configuration menu
    Copy the full SHA
    ccb14ab View commit details
    Browse the repository at this point in the history