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

automate patch-level release #1515

Closed
wants to merge 1 commit into from
Closed

automate patch-level release #1515

wants to merge 1 commit into from

Commits on Jan 12, 2019

  1. automate patch-level release

    By this commit, we're now able to cut a patch-level release easily by
    using github labels. Some labels are available:
    
    "release/patch"
    - If the pull request has this label and gets merged, new patch version
    will be released.
    
    "release/candidate"
    - If the pull request has this label and gets merged, new version will
    be released as release-candidate.
    
    "release-note"
    - The automation script will automatically generate CHANGELOG entry.
    - The script will collect pull requests for generating entry by whether the label has been attached or not.
    namusyaka committed Jan 12, 2019
    Configuration menu
    Copy the full SHA
    937ffdf View commit details
    Browse the repository at this point in the history