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: v6.1.1
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: v6.2.0
Choose a head ref
  • 8 commits
  • 27 files changed
  • 6 contributors

Commits on Jan 20, 2026

  1. setup oidc release flow

    jetersen authored Jan 20, 2026
    Configuration menu
    Copy the full SHA
    9928b92 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2026

  1. build: support OIDC for npmjs publishing (#1480)

    * ci: manually trigger publishing in release.yml
    
    * refactor: replace yarn with npm
    
    * ci: fix npm publish command
    
    * Revert "ci: manually trigger publishing in release.yml"
    
    This reverts commit 9ddef07.
    
    * ci: temporarly add publish step in test workflow
    
    * build: apply suggested npm fix to package.json
    
    * ci: reset test workflow to original
    
    * ci: temporarly trigger release.yml workflow on pull requests
    
    * chore: bump & enforce npm version
    
    * chore: add packageManager field in pacakge.json
    
    * ci: factor setting up the repo in a common composite action
    
    * ci: remove checkout from common setup
    
    * ci: fix call to custom composite setup
    
    * ci: manually install npm in setup
    
    * ci: restore original release workflow
    cchanche authored Jan 21, 2026
    Configuration menu
    Copy the full SHA
    686295d View commit details
    Browse the repository at this point in the history
  2. feat: 'commits-since' configuration option (#1451)

    * Add 'commits-since' configuration option for release drafts
    
    When the last release does not exist for a specific project or branch,
    all commits from the repository are searched.
    
    For a repository with a long history, it can block generating release notes
    due to timeout or due to too long release notes.
    
    * try to validate input
    
    * feat: require ISO 8601 date for commits-since
    
    * test: test the actual string in commits-since valid config
    
    * refactor: rename commits-since to initial-commits-since
    
    * chore: debug logs instead of info for validation
    
    * style: run linter
    
    * chore: update build
    
    * chore: upadte build
    
    * docs: update README
    
    ---------
    
    Co-authored-by: Clément Chanchevrier <[email protected]>
    Co-authored-by: Clément Chanchevrier <[email protected]>
    3 people authored Jan 21, 2026
    Configuration menu
    Copy the full SHA
    4178e5a View commit details
    Browse the repository at this point in the history
  3. docs: typo in README.md (#1434)

    Fix typo
    
    Co-authored-by: Clément Chanchevrier <[email protected]>
    kunaljubce and cchanche authored Jan 21, 2026
    Configuration menu
    Copy the full SHA
    fa20e47 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2026

  1. Add config option for history-limit (#1470)

    * Add config option for history-limit (#1450)
    
    Also document this and the previously added pull-request-limit in the README.
    
    * Update description of new options in README (#1450, #1362)
    
    ---------
    
    Co-authored-by: Clément Chanchevrier <[email protected]>
    gjvoosten and cchanche authored Jan 22, 2026
    Configuration menu
    Copy the full SHA
    923fffe View commit details
    Browse the repository at this point in the history
  2. chore: bump to v6.2.0

    cchanche committed Jan 22, 2026
    Configuration menu
    Copy the full SHA
    309083b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a9305a6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6db134d View commit details
    Browse the repository at this point in the history
Loading