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: LiveViewTech/changeset-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 04d574e
Choose a base ref
...
head repository: changesets/action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ccba80b
Choose a head ref
  • 16 commits
  • 16 files changed
  • 9 contributors

Commits on Jan 21, 2026

  1. Upgrade from Node.js 20 to Node.js 24 LTS (changesets#558)

    * migrate nodejs from 20 to 24
    
    * chore: update changeset
    
    * Update .changeset/tall-flowers-fry.md
    
    * Update .changeset/tall-flowers-fry.md
    
    ---------
    
    Co-authored-by: Mateusz Burzyński <mateuszburzynski@gmail.com>
    harsha-venugopal-ledn and Andarist authored Jan 21, 2026
    Configuration menu
    Copy the full SHA
    342005d View commit details
    Browse the repository at this point in the history
  2. Version Packages (changesets#559)

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

Commits on Jan 27, 2026

  1. Conditionally append NPM_TOKEN to .npmrc (changesets#545)

    * fix: conditionally append NPM_TOKEN to .npmrc for trusted publishing support
    
    The .npmrc generation now intelligently handles both traditional NPM token
    authentication and trusted publishing scenarios:
    
    - Only appends auth token to .npmrc when NPM_TOKEN is defined (not undefined)
    - Uses strict comparison (!== undefined) instead of truthy checks
    - Provides informative logging when no NPM_TOKEN is present
    - Maintains full backward compatibility with existing workflows
    
    This fixes issues with trusted publishing where OIDC tokens from GitHub
    Actions are used instead of NPM_TOKEN, preventing 'undefined' from being
    written to the registry auth configuration.
    
    🤖 Generated with [Claude Code](https://claude.com/claude-code)
    
    Co-Authored-By: Claude <noreply@anthropic.com>
    
    * Update src/index.ts
    
    Co-authored-by: Mateusz Burzyński <mateuszburzynski@gmail.com>
    
    * simplify
    
    * tweak changeset
    
    ---------
    
    Co-authored-by: Claude <noreply@anthropic.com>
    Co-authored-by: Mateusz Burzyński <mateuszburzynski@gmail.com>
    3 people authored Jan 27, 2026
    Configuration menu
    Copy the full SHA
    54220dd View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2026

  1. Configuration menu
    Copy the full SHA
    746b247 View commit details
    Browse the repository at this point in the history
  2. Don't error on symlinks and executables when they don't have to be to…

    …uched anyway (changesets#563)
    
    * Don't error on symlinks and executables when they don't have to be touched anyway
    
    * tweak range
    Andarist authored Jan 28, 2026
    Configuration menu
    Copy the full SHA
    6af4a7e View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2026

  1. Automatically use the GitHub-provided token to allow most users to av…

    …oid explicit `GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}` configuration (changesets#564)
    Andarist authored Jan 29, 2026
    Configuration menu
    Copy the full SHA
    935fe87 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2026

  1. Version Packages (changesets#565)

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

Commits on Mar 31, 2026

  1. Fix reading .changeset directory from path provided in cwd parame…

    …ter (changesets#502)
    
    * Adding informational message about resolved `cwd` location
    
    * Reading changesets information from provided folder
    
    * Adding changeset information
    
    * Apply suggestion from @Andarist
    
    ---------
    
    Co-authored-by: Mateusz Burzyński <mateuszburzynski@gmail.com>
    oshytiko and Andarist authored Mar 31, 2026
    Configuration menu
    Copy the full SHA
    6002dbd View commit details
    Browse the repository at this point in the history
  2. Fixed .changeset state being picked for the version command when `c…

    …wd` parameter is provided (changesets#536)
    
    * actually use cwd parameter when reading changeset state
    
    * tweak changeset
    
    ---------
    
    Co-authored-by: Mateusz Burzyński <mateuszburzynski@gmail.com>
    radnan and Andarist authored Mar 31, 2026
    Configuration menu
    Copy the full SHA
    81b3f61 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2026

  1. Add CODEOWNERS

    Andarist committed Apr 1, 2026
    Configuration menu
    Copy the full SHA
    0784b0e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ae596f View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2026

  1. Fix CODEOWNERS pattern

    Andarist authored Apr 3, 2026
    Configuration menu
    Copy the full SHA
    d4c53c2 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2026

  1. Protect publishes with env gate (changesets#610)

    * Protect publishes with env gate
    
    * tweak CODEOWNERS and release-pr
    
    * remove redundant permission
    
    * fix syntax
    
    * Use app with protection bypass for publishing
    
    * handle forks better
    
    * remove redundant permission
    Andarist authored May 7, 2026
    Configuration menu
    Copy the full SHA
    91b9111 View commit details
    Browse the repository at this point in the history
  2. Add draft mode support (changesets#258)

    * Add draft mode support
    
    * Add doc
    
    * fmt
    
    * add it to action.yml
    
    * fix bad merge?
    
    * tweak changeset
    
    * refactor
    
    ---------
    
    Co-authored-by: Emma Hamilton <mitchell@hamil.town>
    Co-authored-by: Mateusz Burzyński <mateuszburzynski@gmail.com>
    3 people authored May 7, 2026
    Configuration menu
    Copy the full SHA
    f5dbf72 View commit details
    Browse the repository at this point in the history
  3. Version Packages (changesets#598)

    * Version Packages
    
    * add missing PR reference
    
    ---------
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: Mateusz Burzyński <mateuszburzynski@gmail.com>
    github-actions[bot] and Andarist authored May 7, 2026
    Configuration menu
    Copy the full SHA
    84c2432 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ccba80b View commit details
    Browse the repository at this point in the history
Loading