-
Notifications
You must be signed in to change notification settings - Fork 39
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
base: develop
Are you sure you want to change the base?
Commits on Mar 10, 2024
-
Add the 'User' to when fetching issues and display the name of the a…
…uthor in the release notes
Configuration menu - View commit details
-
Copy full SHA for e1d0eec - Browse repository at this point
Copy the full SHA e1d0eecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 09672e3 - Browse repository at this point
Copy the full SHA 09672e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15877ec - Browse repository at this point
Copy the full SHA 15877ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0743437 - Browse repository at this point
Copy the full SHA 0743437View commit details -
Include contributors section in release notes only if there is at lea…
…st one contributor
Configuration menu - View commit details
-
Copy full SHA for 0db09e7 - Browse repository at this point
Copy the full SHA 0db09e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90a9d67 - Browse repository at this point
Copy the full SHA 90a9d67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e41fe8 - Browse repository at this point
Copy the full SHA 1e41fe8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65ae437 - Browse repository at this point
Copy the full SHA 65ae437View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73d4283 - Browse repository at this point
Copy the full SHA 73d4283View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e8ca36 - Browse repository at this point
Copy the full SHA 0e8ca36View commit details -
Fix the issue where contributors associated with filtered-out issues …
…were included in release notes
Configuration menu - View commit details
-
Copy full SHA for da5dee3 - Browse repository at this point
Copy the full SHA da5dee3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 133afc8 - Browse repository at this point
Copy the full SHA 133afc8View commit details -
Fix issue in Scriban script that caused the number of linked issues t…
…o be printed in the resulting markdown text
Configuration menu - View commit details
-
Copy full SHA for 04ccc8f - Browse repository at this point
Copy the full SHA 04ccc8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for bba1b73 - Browse repository at this point
Copy the full SHA bba1b73View commit details -
Improve issue-note template: "resolved in XXX by XYZ" rather than "re…
…solved by XXX by XYZ"
Configuration menu - View commit details
-
Copy full SHA for 23b43c9 - Browse repository at this point
Copy the full SHA 23b43c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1f80ab - Browse repository at this point
Copy the full SHA f1f80abView commit details -
Configuration menu - View commit details
-
Copy full SHA for e712f24 - Browse repository at this point
Copy the full SHA e712f24View commit details
Commits on Jul 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a8f0cee - Browse repository at this point
Copy the full SHA a8f0ceeView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 1c60283 - Browse repository at this point
Copy the full SHA 1c60283View commit details
Commits on Jul 14, 2024
-
Revert changes made to the default template and instead create a dist…
…inct template called "contributors".
Configuration menu - View commit details
-
Copy full SHA for 272bd03 - Browse repository at this point
Copy the full SHA 272bd03View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 44d7c93 - Browse repository at this point
Copy the full SHA 44d7c93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18ccbbd - Browse repository at this point
Copy the full SHA 18ccbbdView commit details
Commits on Jul 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a1f4508 - Browse repository at this point
Copy the full SHA a1f4508View commit details
Commits on Jul 19, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for e6a02c4 - Browse repository at this point
Copy the full SHA e6a02c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1889ba - Browse repository at this point
Copy the full SHA e1889baView commit details -
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'
Configuration menu - View commit details
-
Copy full SHA for 8b0ed6c - Browse repository at this point
Copy the full SHA 8b0ed6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 016f5dc - Browse repository at this point
Copy the full SHA 016f5dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 677cecd - Browse repository at this point
Copy the full SHA 677cecdView commit details -
Implement @gep13 suggestion when fetching related issues/PRs in the G…
…itLeb provider
Configuration menu - View commit details
-
Copy full SHA for 3580754 - Browse repository at this point
Copy the full SHA 3580754View commit details
Commits on Jul 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cc33ed0 - Browse repository at this point
Copy the full SHA cc33ed0View commit details