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

Add date to ReleaseNotes type definition #917

Merged
merged 3 commits into from
Aug 24, 2015
Merged

Add date to ReleaseNotes type definition #917

merged 3 commits into from
Aug 24, 2015

Commits on Aug 21, 2015

  1. Add Date field to Fake.ReleaseNotesHelper.ReleaseNotes

    Added a parser to handle looking for dates in the header of
    complex-formatted release notes.
    allykzam committed Aug 21, 2015
    Configuration menu
    Copy the full SHA
    84ccf22 View commit details
    Browse the repository at this point in the history
  2. Update ReleaseNotesSpecs tests to handle parsed dates from notes

    Currently failing because the date "2013/11/5" isn't being caught by the
    regular expression being used.
    allykzam committed Aug 21, 2015
    Configuration menu
    Copy the full SHA
    43de5cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    92f0de8 View commit details
    Browse the repository at this point in the history