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

Commits on Mar 31, 2026

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

    …ter (#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 (#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. Tweak CI setup (#599)

    Andarist authored Apr 1, 2026
    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 (#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 (#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 (#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. v1.8.0

    github-actions[bot] committed May 7, 2026
    Configuration menu
    Copy the full SHA
    63a615b View commit details
    Browse the repository at this point in the history
Loading