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.1
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.2
Choose a head ref
  • 3 commits
  • 11 files changed
  • 1 contributor

Commits on Oct 10, 2024

  1. build: enforce conventional commit message formatting

    1. Add a git commit-msg hook to validate commit messages as they are made
    2. Add a GitHub workflow to validate that all commits in a PR conform to conventional commits
    jcouball committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    1c5f446 View commit details
    Browse the repository at this point in the history
  2. build: remove semver pr label check

    Do not require semver pr labels since we are switching to using conventional commits instead.
    jcouball committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    0bb1a31 View commit details
    Browse the repository at this point in the history
  3. chore: release v2.1.2

    Signed-off-by: James Couball <[email protected]>
    jcouball committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    5f3a18d View commit details
    Browse the repository at this point in the history
Loading