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

test: changelog merges & squashes #902

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    ebde315 View commit details
    Browse the repository at this point in the history
  2. perf(changelog): improve git history parser changelog generation

    This converts the double for-loop (`O(n^2)`) down to `O(n)` using a
    lookup table to match the current commit with a known tag rather than
    iterating through all the tags of the repository every time.
    codejedi365 committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    c745911 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab4abe5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b85c8bf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fefd715 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ce6a43d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    eb0747d View commit details
    Browse the repository at this point in the history