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

(#89) Add ability to populate release notes with information about contributors #541

Open
wants to merge 30 commits into
base: develop
Choose a base branch
from

Commits on Mar 10, 2024

  1. Add the 'User' to when fetching issues and display the name of the a…

    …uthor in the release notes
    Jericho committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    e1d0eec View commit details
    Browse the repository at this point in the history
  2. Get linked issue

    Jericho committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    09672e3 View commit details
    Browse the repository at this point in the history
  3. Contributors

    Jericho committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    15877ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0743437 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0db09e7 View commit details
    Browse the repository at this point in the history
  6. Fixes due to recent rebase

    Jericho committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    90a9d67 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1e41fe8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    65ae437 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    73d4283 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0e8ca36 View commit details
    Browse the repository at this point in the history
  11. Fix the issue where contributors associated with filtered-out issues …

    …were included in release notes
    Jericho committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    da5dee3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    133afc8 View commit details
    Browse the repository at this point in the history
  13. Fix issue in Scriban script that caused the number of linked issues t…

    …o be printed in the resulting markdown text
    Jericho committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    04ccc8f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    bba1b73 View commit details
    Browse the repository at this point in the history
  15. Improve issue-note template: "resolved in XXX by XYZ" rather than "re…

    …solved by XXX by XYZ"
    Jericho committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    23b43c9 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f1f80ab View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e712f24 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    a8f0cee View commit details
    Browse the repository at this point in the history
  2. Use NUnit's new assertion syntax

    This is necessary because I merged the develop branch earlier today where the reference to NUnit's NuGet package was upgraded to version 4.x. If I understand the situation correctly, the 'legacy' assertion syntax was supported until version 3.x and was removed in 4.x. That's why my unit tests with the old syntax worked until I rebased my branch earlier today.
    Jericho committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    1c60283 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2024

  1. Revert changes made to the default template and instead create a dist…

    …inct template called "contributors".
    Jericho committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    272bd03 View commit details
    Browse the repository at this point in the history
  2. Make sure the SingleMilestone integration test is sensitive to the fa…

    …ct that we want contributors to be included in the release notes or not.
    Jericho committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    44d7c93 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    18ccbbd View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Configuration menu
    Copy the full SHA
    a1f4508 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Convenient extension method to search for a node in a json doc that c…

    …orresponds to a certain path. If the node is not present in the doc, fallback to a second path. If this second path is not present, fallback to a third path and so on.
    Jericho committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    e6a02c4 View commit details
    Browse the repository at this point in the history
  2. Improve GraphQL query

    Jericho committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    e1889ba View commit details
    Browse the repository at this point in the history
  3. Implement suggestion from the code quality analyzer: Calls to 'string…

    ….IndexOf' where the result is used to check for the presence/absence of a substring can be replaced by 'string.Contains'
    Jericho committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    8b0ed6c View commit details
    Browse the repository at this point in the history
  4. Fix typo

    Jericho committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    016f5dc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    677cecd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3580754 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2024

  1. Injectable GraphQlClient

    Jericho committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    cc33ed0 View commit details
    Browse the repository at this point in the history