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: main-branch/create_github_release
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.3
Choose a base ref
...
head repository: main-branch/create_github_release
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.4
Choose a head ref
  • 2 commits
  • 6 files changed
  • 1 contributor

Commits on Apr 17, 2025

  1. fix: do not trigger build workflows after merging to main or for rele…

    …ase PRs
    
    Since all merges to the main branch must be a fast-forward rebase, CI
    builds should not be run when merged to main. They are run via the
    pull request before merging.
    
    The continuous_integration workflow should be triggered for pull requests
    targeting main.
    
    The experimental_ruby_builds workflow should only be triggered manually via
    the GitHub UI.
    
    Move unneeded builds from continuous_integration to experimental_ruby_builds
    
    There is not a good reason to have a specific builds in the
    continuous_integration workflow on Windows, or using JRuby or TruffleRuby.
    jcouball committed Apr 17, 2025
    Configuration menu
    Copy the full SHA
    88d6c8c View commit details
    Browse the repository at this point in the history
  2. chore(main): release 2.1.4

    jcouball committed Apr 17, 2025
    Configuration menu
    Copy the full SHA
    df7911b View commit details
    Browse the repository at this point in the history
Loading