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: ruby-git/ruby-git
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.1
Choose a base ref
...
head repository: ruby-git/ruby-git
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.2
Choose a head ref
  • 5 commits
  • 15 files changed
  • 1 contributor

Commits on May 15, 2025

  1. chore: enforce conventional commit messages with husky and commitlint

    - Add steps to bin/setup to install husky and the commitlint npm packages
    - Configure husky to run commitlint via the commit-msg hook
    - Add commitlint configuration based on my specific preferences
    - Add npm specific files (node_modules/, package-lock.json) to .gitignore
    jcouball committed May 15, 2025
    Configuration menu
    Copy the full SHA
    7ebe0f8 View commit details
    Browse the repository at this point in the history
  2. chore: enforce conventional commit messages with a GitHub action

    - Add a GitHub Actions workflow to enforce conventional commits
    - Add commitlint configuration based on my specific preferences
    jcouball committed May 15, 2025
    Configuration menu
    Copy the full SHA
    1da4c44 View commit details
    Browse the repository at this point in the history
  3. build: automate continuous delivery workflow

    Use googleapis/release-please-action and rubygems/release-gem actions
    to automate releasing and publishing new gem versions to rubygems.
    jcouball committed May 15, 2025
    Configuration menu
    Copy the full SHA
    06480e6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c8611f1 View commit details
    Browse the repository at this point in the history
  5. chore: release v3.0.2

    jcouball committed May 15, 2025
    Configuration menu
    Copy the full SHA
    880d38e View commit details
    Browse the repository at this point in the history
Loading