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 towncrier from 21.9.0 to 22.8.0 #60

Open
wants to merge 6 commits into
base: unraid_develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 14, 2022

Bumps towncrier from 21.9.0 to 22.8.0.

Release notes

Sourced from towncrier's releases.

Towncrier 22.8.0

towncrier 22.8.0 (2022-08-29)

No significant changes since the previous release candidate.

towncrier 22.8.0.rc1 (2022-08-28)

Features

  • Make the check subcommand succeed for branches that change the news file

    This should enable the check subcommand to be used as a CI lint step and not fail when a pull request only modifies the configured news file (i.e. when the news file is being assembled for the next release). ([#337](https://github.com/hawkowl/towncrier/issues/337) <https://github.com/hawkowl/towncrier/issues/337>_)

  • Added support to tables in toml settings, which provides a more intuitive way to configure custom types. ([#369](https://github.com/hawkowl/towncrier/issues/369) <https://github.com/hawkowl/towncrier/issues/369>_)

  • The towncrier create command line now has a new -m TEXT argument that is used to define the content of the newly created fragment. ([#374](https://github.com/hawkowl/towncrier/issues/374) <https://github.com/hawkowl/towncrier/issues/374>_)

Bugfixes

  • The extra newline between the title and rendered content when using --draft is no longer inserted. ([#105](https://github.com/hawkowl/towncrier/issues/105) <https://github.com/hawkowl/towncrier/issues/105>_)

  • The detection of duplicate release notes was fixed and recording changes of same version is no longer triggered.

    Support for having the release notes for each version in a separate file is working again. This is a regression introduced in VERSION 19.9.0rc1. ([#391](https://github.com/hawkowl/towncrier/issues/391) <https://github.com/hawkowl/towncrier/issues/391>_)

Improved Documentation

  • Improve CONTRIBUTING.rst and add PR template. ([#342](https://github.com/hawkowl/towncrier/issues/342) <https://github.com/hawkowl/towncrier/issues/342>_)
  • Move docs too the main branch and document custom fragment types. ([#367](https://github.com/hawkowl/towncrier/issues/367) <https://github.com/hawkowl/towncrier/issues/367>_)
  • The CLI help messages were updated to contain more information. ([#384](https://github.com/hawkowl/towncrier/issues/384) <https://github.com/hawkowl/towncrier/issues/384>_)

Deprecations and Removals

  • Support for all Python versions older than 3.7 has been dropped. ([#378](https://github.com/hawkowl/towncrier/issues/378) <https://github.com/hawkowl/towncrier/issues/378>_)

Towncrier 22.8.0rc1

towncrier 22.8.0.rc1 (2022-08-28)

Features

... (truncated)

Changelog

Sourced from towncrier's changelog.

towncrier 22.8.0 (2022-08-29)

No significant changes since the previous release candidate.

towncrier 22.8.0.rc1 (2022-08-28)

Features

  • Make the check subcommand succeed for branches that change the news file

    This should enable the check subcommand to be used as a CI lint step and not fail when a pull request only modifies the configured news file (i.e. when the news file is being assembled for the next release). ([#337](https://github.com/hawkowl/towncrier/issues/337) <https://github.com/hawkowl/towncrier/issues/337>_)

  • Added support to tables in toml settings, which provides a more intuitive way to configure custom types. ([#369](https://github.com/hawkowl/towncrier/issues/369) <https://github.com/hawkowl/towncrier/issues/369>_)

  • The towncrier create command line now has a new -m TEXT argument that is used to define the content of the newly created fragment. ([#374](https://github.com/hawkowl/towncrier/issues/374) <https://github.com/hawkowl/towncrier/issues/374>_)

Bugfixes

  • The extra newline between the title and rendered content when using --draft is no longer inserted. ([#105](https://github.com/hawkowl/towncrier/issues/105) <https://github.com/hawkowl/towncrier/issues/105>_)

  • The detection of duplicate release notes was fixed and recording changes of same version is no longer triggered.

    Support for having the release notes for each version in a separate file is working again. This is a regression introduced in VERSION 19.9.0rc1. ([#391](https://github.com/hawkowl/towncrier/issues/391) <https://github.com/hawkowl/towncrier/issues/391>_)

Improved Documentation

  • Improve CONTRIBUTING.rst and add PR template. ([#342](https://github.com/hawkowl/towncrier/issues/342) <https://github.com/hawkowl/towncrier/issues/342>_)
  • Move docs too the main branch and document custom fragment types. ([#367](https://github.com/hawkowl/towncrier/issues/367) <https://github.com/hawkowl/towncrier/issues/367>_)
  • The CLI help messages were updated to contain more information. ([#384](https://github.com/hawkowl/towncrier/issues/384) <https://github.com/hawkowl/towncrier/issues/384>_)

Deprecations and Removals

  • Support for all Python versions older than 3.7 has been dropped. ([#378](https://github.com/hawkowl/towncrier/issues/378) <https://github.com/hawkowl/towncrier/issues/378>_)

Misc

  • [#292](https://github.com/hawkowl/towncrier/issues/292) <https://github.com/hawkowl/towncrier/issues/292>, [#330](https://github.com/hawkowl/towncrier/issues/330) <https://github.com/hawkowl/towncrier/issues/330>, [#366](https://github.com/hawkowl/towncrier/issues/366) <https://github.com/hawkowl/towncrier/issues/366>, [#376](https://github.com/hawkowl/towncrier/issues/376) <https://github.com/hawkowl/towncrier/issues/376>, [#377](https://github.com/hawkowl/towncrier/issues/377) <https://github.com/hawkowl/towncrier/issues/377>, [#380](https://github.com/hawkowl/towncrier/issues/380) <https://github.com/hawkowl/towncrier/issues/380>, [#381](https://github.com/hawkowl/towncrier/issues/381) <https://github.com/hawkowl/towncrier/issues/381>, [#382](https://github.com/hawkowl/towncrier/issues/382) <https://github.com/hawkowl/towncrier/issues/382>, [#383](https://github.com/hawkowl/towncrier/issues/383) <https://github.com/hawkowl/towncrier/issues/383>, [#393](https://github.com/hawkowl/towncrier/issues/393) <https://github.com/hawkowl/towncrier/issues/393>, [#399](https://github.com/hawkowl/towncrier/issues/399) <https://github.com/hawkowl/towncrier/issues/399>, [#402](https://github.com/hawkowl/towncrier/issues/402) <https://github.com/hawkowl/towncrier/issues/402>
Commits
  • 411f267 Update version for final release.
  • f031dfa towncrier build --yes
  • 4c854f5 Merge pull request #402 from webknjaz/patch-2
  • f911402 Pin external github actions,
  • a814202 [pre-commit.ci] auto fixes from pre-commit.com hooks
  • 675219a Add a dummy change note for PR #402
  • b566bfb Uninvent the wheel w/ re-actors/alls-green @ GHA
  • 5bf0a46 Merge pull request #396 from twisted/292-more-ci-checks
  • 1bb6221 Merge branch 'trunk' into 292-more-ci-checks
  • 07baa2b Merge pull request #395 from twisted/384-cli-help
  • 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 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)

realtyem and others added 5 commits October 13, 2022 21:44
Bumps [towncrier](https://github.com/hawkowl/towncrier) from 21.9.0 to 22.8.0.
- [Release notes](https://github.com/hawkowl/towncrier/releases)
- [Changelog](https://github.com/twisted/towncrier/blob/trunk/NEWS.rst)
- [Commits](twisted/towncrier@21.9.0...22.8.0)

---
updated-dependencies:
- dependency-name: towncrier
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 14, 2022
request-checks: true
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 26, 2022

A newer version of towncrier exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@realtyem realtyem force-pushed the unraid_develop branch 3 times, most recently from bee4a8c to 09d98ca Compare February 5, 2023 08:55
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant