Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump rhysd/changelog-from-release from 3.7.2 to 3.8.0 #971

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 21, 2024

Bumps rhysd/changelog-from-release from 3.7.2 to 3.8.0.

Release notes

Sourced from rhysd/changelog-from-release's releases.

v3.8.0

  • Support more auto link references following the GitHub's official spec. Please read the 'Reference auto linking' section for more details.
  • Support the custom autolinks. Please read the 'Custom autolink' section for more details.
    • GitHub API requires "Administration" repository permissions (read). You need to set your personal access token to the GITHUB_TOKEN environment variable with proper permission.
  • Fix pre-releases are included in a generated changelog. (#31)
  • Add -p flag to include pre-releases in a generated changelog.
  • Prefer the ISO-standard date format YYYY-MM-DD. (#27)
    • This follows the recommendation by keep a changelog.
    • Previous format (e.g. 02 Jan 2006) was not good because not all release notes are written in English.
  • Use id attribute instead of name attribute for <a> elements in a generated changelog because the name attribute is deprecated.
  • Fix releases are not correctly filtered when both -d and -ignore/-extract are specified.
  • Set 120 seconds timeout to GitHub API requests.
  • Fetch requests to GitHub in parallel to fetch repository data faster.
  • Add -debug flag and debug log. When something went wrong, enabling debug log helps to analyze what happened.
  • Checksums for each released archives are included in the release assets as changelog-from-release_{version}_checksums.txt.
  • Require Go 1.22 or later for build.
  • Update go-github dependency from v58 to v66.
Changelog

Sourced from rhysd/changelog-from-release's changelog.

v3.8.0 - 2024-10-15

  • Support more auto link references following the GitHub's official spec. Please read the 'Reference auto linking' section for more details.
  • Support the custom autolinks. Please read the 'Custom autolink' section for more details.
    • GitHub API requires "Administration" repository permissions (read). You need to set your personal access token to the GITHUB_TOKEN environment variable with proper permission.
  • Fix pre-releases are included in a generated changelog. (#31)
  • Add -p flag to include pre-releases in a generated changelog.
  • Prefer the ISO-standard date format YYYY-MM-DD. (#27)
    • This follows the recommendation by keep a changelog.
    • Previous format (e.g. 02 Jan 2006) was not good because not all release notes are written in English.
  • Use id attribute instead of name attribute for <a> elements in a generated changelog because the name attribute is deprecated.
  • Fix releases are not correctly filtered when both -d and -ignore/-extract are specified.
  • Set 120 seconds timeout to GitHub API requests.
  • Fetch requests to GitHub in parallel to fetch repository data faster.
  • Add -debug flag and debug log. When something went wrong, enabling debug log helps to analyze what happened.
  • Checksums for each released archives are included in the release assets as changelog-from-release_{version}_checksums.txt.
  • Require Go 1.22 or later for build.
  • Update go-github dependency from v58 to v66.

[Changes][v3.8.0]

v3.7.2 - 2024-01-26

  • Fix getting a tag from $GITHUB_EVENT_PATH environment variable in action (#23, thanks @​linde12)
  • Fix only github.com is allowed as host name for GHE environment
  • Do not download files on Git LFS when updating changelog file in action (#24)
  • Update Go module dependencies including go-github v58

[Changes][v3.7.2]

v3.7.1 - 2023-04-12

  • Ensure a trailing / in the API base URL set in GITHUB_API_BASE_URL environment variable
  • Show a diff of updated changelog in action output instead of printing an entire changelog
  • Update google/go-github from v40 to v45
  • Improve help description of -r option

[Changes][v3.7.1]

v3.7.0 - 2023-01-29

... (truncated)

Commits
  • 78b5cee bump up version: v3.7.2 -> v3.8.0
  • 2b95aa2 use goreleaser/goreleaser-action@v6 for GoReleaser v2
  • 50b11ed add introduction to -help output
  • 8c68907 do not use action-setup-vim repository for test
  • e316e19 use id attribute for \<a> instead of deprecated name attribute
  • 6e7dea8 prefer ISO standard date format (fix #27)
  • a5add54 check entire changelog on testing with private repo
  • 9ad327f add tests for release filter
  • e597ac0 fix filtering releases
  • 58a998a run go vet on linter job
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [rhysd/changelog-from-release](https://github.com/rhysd/changelog-from-release) from 3.7.2 to 3.8.0.
- [Release notes](https://github.com/rhysd/changelog-from-release/releases)
- [Changelog](https://github.com/rhysd/changelog-from-release/blob/master/CHANGELOG.md)
- [Commits](rhysd/changelog-from-release@f2daf5e...78b5cee)

---
updated-dependencies:
- dependency-name: rhysd/changelog-from-release
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Oct 21, 2024
Copy link

sonarcloud bot commented Oct 22, 2024

@vchaitanya vchaitanya merged commit 5b240aa into main Oct 22, 2024
7 checks passed
@vchaitanya vchaitanya deleted the dependabot/github_actions/rhysd/changelog-from-release-3.8.0 branch October 22, 2024 07:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant