Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: scottmckendry/cl-parse
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.0
Choose a base ref
...
head repository: scottmckendry/cl-parse
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.0
Choose a head ref
  • 7 commits
  • 9 files changed
  • 2 contributors

Commits on Jan 12, 2025

  1. feat(parser): add flags for latest and specific releases (#6)

    Adds two new flags:
    
    --latest
    --release
    To allow targeting individual versions in the changelog.
    
    Fixes #3
    scottmckendry committed Jan 12, 2025
    Configuration menu
    Copy the full SHA
    4124c24 View commit details
    Browse the repository at this point in the history
  2. feat(parser): optionally include commit body

    Look up the commit body using new git helpers. Call with
    `--include-body`
    Resolves #1
    scottmckendry committed Jan 12, 2025
    Configuration menu
    Copy the full SHA
    dc7c33e View commit details
    Browse the repository at this point in the history
  3. fix(cmd): check if in git repo before trying to fetch commits

    also includes tests for the git pacakge
    scottmckendry committed Jan 12, 2025
    Configuration menu
    Copy the full SHA
    8d2e7bc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    22822a9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1a196c0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ecceb64 View commit details
    Browse the repository at this point in the history
  7. chore(main): release 0.3.0 (#7)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Jan 12, 2025
    Configuration menu
    Copy the full SHA
    df6aeb8 View commit details
    Browse the repository at this point in the history
Loading