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

chore(deps): bump git-cliff-core from 2.5.0 to 2.6.0 #51

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 23, 2024

Bumps git-cliff-core from 2.5.0 to 2.6.0.

Release notes

Sourced from git-cliff-core's releases.

Release v2.6.0

animation

2.6.0 - 2024-09-22

⛰️ Features

  • (changelog) Support generating changelog for different branches (#808) - (2a581a8)
  • (config) Add changelog.render_always option (#859) - (ad039d5)
  • (config) Allow configuring output file from config (#829) - (c2db791)
  • (core) Add remote to commit and deprecate fields (#822) - (87e2c1d)
  • (npm) Add missing options and document all options with tsdoc comments - (2eae2f1)
  • (npm) Add possibility for skipCommit to take an array of values - (a6e3b78)

🐛 Bug Fixes

  • (args) Support using use_branch_tags from both config and args (#848) - (35b7fd8)
  • (bump) Suppress template warning when --bumped-version is used (#855) - (8bebbf9)
  • (changelog) Do not change the tag date if tag already exists (#861) - (fbb643b)
  • (changelog) Correctly set the tag message for the latest release (#854) - (e41e8dd)
  • (changelog) Don't change the context when provided via --from-context (#820) - (ff72406)
  • (commit) Trim the trailing newline for git2 commits (#872) - (1cdbbf6)
  • (core) Avoid the unnecessary loop when no remote feature is activated - (1d8a2fe)
  • (template) Resolve parsing issues with raw/endraw in Jinja (#824) - (63bf5b7)

🚜 Refactor

  • (template) [breaking] Add name parameter to the constructor - (e577113)

📚 Documentation

  • (args) Fix copy-paste mistake where gitea mentioned gitlab - (c41eacb)
  • (contributing) Mention fetching the tags for running tests successfully (#850) - (a82dac3)
  • (website) Add highlights for 2.6.0 (#873) - (050fb55)
  • (website) Clarify comment about tag argument - (e56cd8d)

⚙️ Miscellaneous Tasks

  • (ci) Check pedantic lints (#853) - (c77420c)
  • (examples) Improve example templates (#835) - (08e761c)
  • (lib) Fix typos in code comments - (81854d2)
  • (npm) Bump dev dependencies - (61b86f1)

New Contributors ❤️

Changelog

Sourced from git-cliff-core's changelog.

2.6.0 - 2024-09-22

⛰️ Features

  • (changelog) Support generating changelog for different branches (#808) - (2a581a8)
  • (config) Add changelog.render_always option (#859) - (ad039d5)
  • (config) Allow configuring output file from config (#829) - (c2db791)
  • (core) Add remote to commit and deprecate fields (#822) - (87e2c1d)
  • (npm) Add missing options and document all options with tsdoc comments - (2eae2f1)
  • (npm) Add possibility for skipCommit to take an array of values - (a6e3b78)

🐛 Bug Fixes

  • (args) Support using use_branch_tags from both config and args (#848) - (35b7fd8)
  • (bump) Suppress template warning when --bumped-version is used (#855) - (8bebbf9)
  • (changelog) Do not change the tag date if tag already exists (#861) - (fbb643b)
  • (changelog) Correctly set the tag message for the latest release (#854) - (e41e8dd)
  • (changelog) Don't change the context when provided via --from-context (#820) - (ff72406)
  • (commit) Trim the trailing newline for git2 commits (#872) - (1cdbbf6)
  • (core) Avoid the unnecessary loop when no remote feature is activated - (1d8a2fe)
  • (template) Resolve parsing issues with raw/endraw in Jinja (#824) - (63bf5b7)

🚜 Refactor

  • (template) [breaking] Add name parameter to the constructor - (e577113)

📚 Documentation

  • (args) Fix copy-paste mistake where gitea mentioned gitlab - (c41eacb)
  • (contributing) Mention fetching the tags for running tests successfully (#850) - (a82dac3)
  • (website) Add highlights for 2.6.0 (#873) - (050fb55)
  • (website) Clarify comment about tag argument - (e56cd8d)

⚙️ Miscellaneous Tasks

  • (ci) Check pedantic lints (#853) - (c77420c)
  • (examples) Improve example templates (#835) - (08e761c)
  • (lib) Fix typos in code comments - (81854d2)
  • (npm) Bump dev dependencies - (61b86f1)

New Contributors ❤️

Commits
  • 37fb43d chore(release): prepare for v2.6.0
  • 050fb55 docs(website): add highlights for 2.6.0 (#873)
  • ad039d5 feat(config): add changelog.render_always option (#859)
  • 470ff53 chore(deps): bump dependencies
  • fbb643b fix(changelog): do not change the tag date if tag already exists (#861)
  • c2db791 feat(config): allow configuring output file from config (#829)
  • c41eacb docs(args): fix copy-paste mistake where gitea mentioned gitlab
  • 61b86f1 chore(npm): bump dev dependencies
  • 2eae2f1 feat(npm): add missing options and document all options with tsdoc comments
  • a6e3b78 feat(npm): add possibility for skipCommit to take an array of values
  • 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 [git-cliff-core](https://github.com/orhun/git-cliff) from 2.5.0 to 2.6.0.
- [Release notes](https://github.com/orhun/git-cliff/releases)
- [Changelog](https://github.com/orhun/git-cliff/blob/main/CHANGELOG.md)
- [Commits](orhun/git-cliff@v2.5.0...v2.6.0)

---
updated-dependencies:
- dependency-name: git-cliff-core
  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 rust Pull requests that update Rust code labels Sep 23, 2024
Copy link

changeset-bot bot commented Sep 23, 2024

⚠️ No Changeset found

Latest commit: 6fa5572

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 23, 2024

Looks like git-cliff-core is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Sep 23, 2024
@dependabot dependabot bot deleted the dependabot/cargo/git-cliff-core-2.6.0 branch September 23, 2024 15:42
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 rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants