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: release-drafter/release-drafter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.0.0
Choose a base ref
...
head repository: release-drafter/release-drafter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.1.0
Choose a head ref
  • 9 commits
  • 36 files changed
  • 5 contributors

Commits on Mar 14, 2026

  1. Configuration menu
    Copy the full SHA
    97f39a3 View commit details
    Browse the repository at this point in the history
  2. fix: fall back to org .github repo when config not found in current r…

    …epo (#1554)
    
    Co-authored-by: Clément Chanchevrier <[email protected]>
    jetersen and cchanche authored Mar 14, 2026
    Configuration menu
    Copy the full SHA
    9244eda View commit details
    Browse the repository at this point in the history
  3. ci: restore CodeQL category lost when matrix was removed

    The matrix strategy previously caused the analyze action to implicitly
    set category '/language:typescript'. Removing the matrix dropped that
    implicit category, breaking PR-vs-master comparison in GitHub code
    scanning. Make it explicit instead.
    jetersen committed Mar 14, 2026
    Configuration menu
    Copy the full SHA
    5a8b0d3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7431882 View commit details
    Browse the repository at this point in the history
  5. fix: empty template when prs all are excluded by labels (#1429)

    * Fix: Move changelog empty check after categorization for accuracy
    
    * chore: add tests and update build
    
    ---------
    
    Co-authored-by: Clément Chanchevrier <[email protected]>
    Bledai and cchanche authored Mar 14, 2026
    Configuration menu
    Copy the full SHA
    4a66170 View commit details
    Browse the repository at this point in the history
  6. ci: make sure PRs have a type label (#1557)

    * ci: make sure PRs have a type label
    
    * ci: fetch labels at runtime
    cchanche authored Mar 14, 2026
    Configuration menu
    Copy the full SHA
    bddbd54 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2026

  1. fix: support pull_request_target event in autolabeler (#1560)

    * fix: support pull_request_target event in autolabeler
    
    Fixes #1559
    
    ## What
    
    Added pull_request_target as an accepted event type in the autolabeler
    event validation check.
    
    ## Why
    
    The autolabeler only accepted pull_request events, but pull_request_target
    is required for workflows that need write permissions to label PRs from
    forks. The payload shape is identical between both events, so no other
    code changes are needed.
    
    ## Notes
    
    - The v6 release-drafter action supported pull_request_target when used with disable-releaser: true; this restores that capability for the v7 autolabeler sub-action
    
    Signed-off-by: jmeridth <[email protected]>
    
    * fix: run npm run all after PR feedback
    
    Signed-off-by: jmeridth <[email protected]>
    
    ---------
    
    Signed-off-by: jmeridth <[email protected]>
    jmeridth authored Mar 17, 2026
    Configuration menu
    Copy the full SHA
    ebb69bb View commit details
    Browse the repository at this point in the history
  2. docs: update README with pull_request_target example (#1561)

    * fix: update README with pull_request_target example
    
    Now that #1560 has merged
    it is helpful to have this example in the README
    
    Signed-off-by: jmeridth <[email protected]>
    
    * fix: move to auto-labeller section
    
    Signed-off-by: jmeridth <[email protected]>
    
    ---------
    
    Signed-off-by: jmeridth <[email protected]>
    jmeridth authored Mar 17, 2026
    Configuration menu
    Copy the full SHA
    f1f40a0 View commit details
    Browse the repository at this point in the history
  3. chore: release v7.1.0

    cchanche committed Mar 17, 2026
    Configuration menu
    Copy the full SHA
    44a942e View commit details
    Browse the repository at this point in the history
Loading