-
Notifications
You must be signed in to change notification settings - Fork 159
Comparing changes
Open a pull request
base repository: github-release/github-release
base: add-release-auth-user
head repository: github-release/github-release
compare: master
- 14 commits
- 390 files changed
- 4 contributors
Commits on Oct 20, 2020
-
github: strip querystring from returned URL
Previously we would leak credentials to error logs. Fixes #85.
Configuration menu - View commit details
-
Copy full SHA for e7e5226 - Browse repository at this point
Copy the full SHA e7e5226View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e282b5 - Browse repository at this point
Copy the full SHA 3e282b5View commit details
Commits on Jan 6, 2021
-
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.
Configuration menu - View commit details
-
Copy full SHA for e17f7ae - Browse repository at this point
Copy the full SHA e17f7aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for ee13bb1 - Browse repository at this point
Copy the full SHA ee13bb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 100e855 - Browse repository at this point
Copy the full SHA 100e855View commit details
Commits on Dec 15, 2022
-
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.
Configuration menu - View commit details
-
Copy full SHA for 952e802 - Browse repository at this point
Copy the full SHA 952e802View commit details
Commits on Jun 25, 2024
-
1
Configuration menu - View commit details
-
Copy full SHA for 5cc5acd - Browse repository at this point
Copy the full SHA 5cc5acdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d199d1 - Browse repository at this point
Copy the full SHA 1d199d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d250e89 - Browse repository at this point
Copy the full SHA d250e89View commit details
Commits on Jul 22, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for 25c64ed - Browse repository at this point
Copy the full SHA 25c64edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 07ef271 - Browse repository at this point
Copy the full SHA 07ef271View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd5c623 - Browse repository at this point
Copy the full SHA fd5c623View commit details -
README: Use go install, for more information, see https://golang.org/…
…doc/go-get-install-deprecation Signed-off-by: Igor Šobot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9e94b45 - Browse repository at this point
Copy the full SHA 9e94b45View commit details
Commits on Jul 23, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 2c19b11 - Browse repository at this point
Copy the full SHA 2c19b11View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff add-release-auth-user...master