Skip to content

Feat: pr links in changelog#76

Merged
zachdaniel merged 3 commits intozachdaniel:masterfrom
TylerSouthmayd:feat/pr-links
Jul 29, 2025
Merged

Feat: pr links in changelog#76
zachdaniel merged 3 commits intozachdaniel:masterfrom
TylerSouthmayd:feat/pr-links

Conversation

@TylerSouthmayd
Copy link
Copy Markdown
Contributor

This change adds two new features:

  • the ability to link to GitHub Pull requests in the changelog
  • the ability to use the GitHub integrations on a private instance of GitHub (i.e. enterprise)

It also contains a commit that batches the multiple git log calls going on using a combined format containing each piece of commit metadata we care about.

Contributor checklist

  • My commit messages follow the Conventional Commit Message Format
    For example: fix: Multiply by appropriate coefficient, or
    feat(Calculator): Correctly preserve history
    Any explanation or long form information in your commit message should be
    in a separate paragraph, separated by a blank line from the primary message
  • Bug fixes include regression tests
  • Features include unit/acceptance tests

- add support to fetch the related pr for a list of commits and write out a link in the changelog
- this enables self hosted instances of GitHub to work with git_ops integrations
- this reduces the number of calls to git log from number of fields we care about to 1
@zachdaniel zachdaniel merged commit f8fac22 into zachdaniel:master Jul 29, 2025
@zachdaniel
Copy link
Copy Markdown
Owner

🚀 Thank you for your contribution! 🚀

@TylerSouthmayd TylerSouthmayd deleted the feat/pr-links branch July 30, 2025 12:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants