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: github-release/github-release
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: add-release-auth-user
Choose a base ref
...
head repository: github-release/github-release
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 390 files changed
  • 4 contributors

Commits on Oct 20, 2020

  1. github: strip querystring from returned URL

    Previously we would leak credentials to error logs.
    
    Fixes #85.
    kevinburke committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    e7e5226 View commit details
    Browse the repository at this point in the history
  2. github-release v0.9.0

    kevinburke committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    3e282b5 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2021

  1. Gopkg.toml,github: update rest dependency

    This removes a lot of the imports that the rest package previously
    depended on that we actually don't need.
    
    Fixes #110.
    kevinburke committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    e17f7ae View commit details
    Browse the repository at this point in the history
  2. github-release v0.10.0

    kevinburke committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    ee13bb1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    100e855 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. Add generate-release-notes flag to release subcommand

    The GitHub REST API for releases has the option to generate the name and
    description from the merged PRs since the last release. This commit also
    adds the option to the release subcommand.
    
    This should not be a backwards breaking change, because the name and the
    description still defaults to the tag, if the -g argument is not given.
    If the -g argument is given, the name will be empty and GitHub will
    display the tag in the web interface and the description will be the
    automatically created description by GitHub.
    flip1995 committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    952e802 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. github-release v0.10.1

    kevinburke committed Jun 25, 2024
    1 Configuration menu
    Copy the full SHA
    5cc5acd View commit details
    Browse the repository at this point in the history
  2. all: migrate to Go modules, CI cleanup

    stefanb authored and kevinburke committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    1d199d1 View commit details
    Browse the repository at this point in the history
  3. .github: fix actions

    kevinburke committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    d250e89 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2025

  1. go.mod,vendor: update dependencies

    This change allows us to remove some unused transitive dependencies
    from go.sum, while bumping the minimum supported version to Go 1.23.
    kevinburke committed Jul 22, 2025
    Configuration menu
    Copy the full SHA
    25c64ed View commit details
    Browse the repository at this point in the history
  2. .github: use Go 1.23, 1.24

    Fixes #132.
    Fixes #128.
    kevinburke committed Jul 22, 2025
    Configuration menu
    Copy the full SHA
    07ef271 View commit details
    Browse the repository at this point in the history
  3. 0.11.0

    kevinburke committed Jul 22, 2025
    Configuration menu
    Copy the full SHA
    fd5c623 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9e94b45 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2025

  1. try new Makefile

    kevinburke committed Jul 23, 2025
    Configuration menu
    Copy the full SHA
    2c19b11 View commit details
    Browse the repository at this point in the history
Loading