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: 06245a4
Choose a base ref
...
head repository: changesets/action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 746c25e
Choose a head ref
  • 4 commits
  • 13 files changed
  • 4 contributors

Commits on Apr 22, 2025

  1. Remove unused variable (#460)

    * unused variable
    
    * double negative var
    
    * Revert "double negative var"
    
    This reverts commit 13cd17e.
    WooWan authored Apr 22, 2025
    Configuration menu
    Copy the full SHA
    bd5d1d2 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2025

  1. Introduce an option to use the GitHub API to commit changes, for GPG (#…

    …391)
    
    * Create tags on GitHub using API
    
    To allow for signed tags to be created,
    rather than use the git CLI to push tags,
    manually push each tag using the GitHub API,
    which will sign the tag using the built-in GitHub GPG key.
    
    * Use ghcommit to push changes
    
    To allow for all commits to be signed,
    use the GitHub API to push changes.
    
    * Add changeset version
    
    * Allow tag publish to fail, assume it was manually published
    
    * Add to changeset
    
    * Update @s0/ghcommit
    
    * Update ghcommit to fix missing ref bug
    
    * Make using GitHub API Optional
    
    Change this to a minor version bump,
    with a new feature that allows for using the
    GitHub API to create tags and commits.
    
    * Use a strategy pattern for GitHub API vs CLI usage
    
    * refactor git interactions
    
    * fix mock thing
    
    * usechangesets pkg
    
    * switch to `commitMode`
    
    ---------
    
    Co-authored-by: Mateusz Burzyński <mateuszburzynski@gmail.com>
    s0 and Andarist authored May 2, 2025
    Configuration menu
    Copy the full SHA
    207dc3d View commit details
    Browse the repository at this point in the history

Commits on May 5, 2025

  1. Version Packages (#463)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored May 5, 2025
    Configuration menu
    Copy the full SHA
    5f15b43 View commit details
    Browse the repository at this point in the history
  2. v1.5.0

    github-actions[bot] committed May 5, 2025
    Configuration menu
    Copy the full SHA
    746c25e View commit details
    Browse the repository at this point in the history
Loading