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 Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    a85ea29 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 Jul 4, 2024
    Configuration menu
    Copy the full SHA
    6e930e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4eb694b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8d90bff View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    84b520e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2e2316a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    47a01b5 View commit details
    Browse the repository at this point in the history