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: Songmu/tagpr
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.11.0
Choose a base ref
...
head repository: Songmu/tagpr
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.11.1
Choose a head ref
  • 9 commits
  • 6 files changed
  • 5 contributors

Commits on Jan 8, 2026

  1. Add path filter for git log when tagPrefix is set

    When tagPrefix is configured for monorepo support, git log commands
    now filter by the tag prefix path. This prevents release PRs from
    being created when changes are made in other modules outside the
    tag prefix directory.
    
    - Add path filter (-- <path>) to getNextLabels git log
    - Add path filter to merge commit detection git log
    - Add path filter to cherry-pick target detection git log
    - Add tests for path filter argument building
    biosugar0 committed Jan 8, 2026
    Configuration menu
    Copy the full SHA
    f2f0b73 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2026

  1. Configuration menu
    Copy the full SHA
    7fb0897 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1853808 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2026

  1. Configuration menu
    Copy the full SHA
    1eb8249 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2026

  1. Merge pull request #277 from 178inaba/add-base-tag-output

    feat: add base_tag output for GitHub Actions
    Songmu authored Jan 13, 2026
    Configuration menu
    Copy the full SHA
    7902b01 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #274 from biosugar0/feature/path-filter-for-tagprefix

    fix: scope git log to tagPrefix path in monorepo mode
    Songmu authored Jan 13, 2026
    Configuration menu
    Copy the full SHA
    8e29c1a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    44d822b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2313a59 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #276 from Songmu/tagpr-from-v1.11.0

    Release for v1.11.1
    Songmu authored Jan 13, 2026
    Configuration menu
    Copy the full SHA
    fa7d23a View commit details
    Browse the repository at this point in the history
Loading