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.2.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.2.1
Choose a head ref
  • 9 commits
  • 17 files changed
  • 5 contributors

Commits on Apr 9, 2026

  1. chore: use semantic commit for npm version and push only version tag

    Configure npm version to use "chore: release v%s" commit message
    format. Push only the specific version tag in postversion to avoid
    major tag conflict with workflow-managed v7 tag.
    jetersen committed Apr 9, 2026
    2 Configuration menu
    Copy the full SHA
    36c42fa View commit details
    Browse the repository at this point in the history
  2. chore: replace coverage badge with job summary and commit status

    Remove the committed SVG badge in favor of a GitHub Actions job
    summary and commit status check, eliminating merge conflicts on PRs.
    jetersen committed Apr 9, 2026
    Configuration menu
    Copy the full SHA
    8a1e7e7 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2026

  1. ci: Use native Actions checks instead of manual statuses for coverage…

    … report
    
    Removes the need for using the GITHUB_TOKEN when reporting the coverage percentage (as a manual commit status). Instead, use native checks through a dedicated CI job. Caveat is that the actual percentage is not shown in the check/status description anymore. We will have to rely on the job summary. Also, add a threshold below which coverage job fails (so that we may not need to constantly check that value anymore)
    cchanche committed Apr 23, 2026
    Configuration menu
    Copy the full SHA
    d31f18e View commit details
    Browse the repository at this point in the history
  2. chore: update dist

    cchanche committed Apr 23, 2026
    Configuration menu
    Copy the full SHA
    c72a4c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dfb8288 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2026

  1. fix: prerelease-identifier behavior and precedence in configuration (#…

    …1594)
    
    * fix: clarify prerelease-identifier behavior and precedence in configuration
    
    Signed-off-by: Emilien Escalle <[email protected]>
    
    * refactor: split mergeInputAndConfig into typed scope helpers
    
    Signed-off-by: Emilien Escalle <[email protected]>
    
    * refactor: streamline prerelease input handling and validation logic
    
    Signed-off-by: Emilien Escalle <[email protected]>
    
    ---------
    
    Signed-off-by: Emilien Escalle <[email protected]>
    neilime authored Apr 28, 2026
    Configuration menu
    Copy the full SHA
    56443b6 View commit details
    Browse the repository at this point in the history
  2. chore: disable "No version input..." warning (#1595)

    * fix: remove no version input warning, and add verbosity on verion info resolution
    
    * chore: update dist
    cchanche authored Apr 28, 2026
    Configuration menu
    Copy the full SHA
    cc3030e View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2026

  1. Configuration menu
    Copy the full SHA
    ecce383 View commit details
    Browse the repository at this point in the history
  2. chore: release v7.2.1

    cchanche committed Apr 29, 2026
    Configuration menu
    Copy the full SHA
    563bf13 View commit details
    Browse the repository at this point in the history
Loading