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: graceful handling of notes with sub-lists #25279

Merged
merged 5 commits into from Sep 3, 2020

Commits on Sep 2, 2020

  1. chore: graceful handling of notes with sub-lists

    Handle multine release notes that contain their own bullet points.
    
    Also, if a release note begins with a bullet point, remove it because it
    will confuse the markdown parser to have two bullet points.
    ckerr committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    3edac15 View commit details
    Browse the repository at this point in the history
  2. chore: make lint happy

    ckerr committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    bd296fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3badf00 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    868f90e View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2020

  1. chore: add commits to release-notes test cache

    No behavior change; just includes files that ought to be cached to prevent
    hitting octokit for them.
    ckerr committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    a38c3da View commit details
    Browse the repository at this point in the history