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 22.8.0 to 22.12.0 #799

Merged
merged 1 commit into from Apr 19, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 22, 2022

Bumps towncrier from 22.8.0 to 22.12.0.

Release notes

Sourced from towncrier's releases.

Towncrier 22.12.0

towncrier 22.12.0 (2022-12-21)

Features

  • Added --keep option to the build command that allows generating a newsfile, but keeps the newsfragments in place. This option can not be used together with --yes. ([#129](https://github.com/twisted/towncrier/issues/129) <https://github.com/hawkowl/towncrier/issues/129>_)

  • Python 3.11 is now officially supported. ([#427](https://github.com/twisted/towncrier/issues/427) <https://github.com/hawkowl/towncrier/issues/427>_)

  • You can now create fragments that are not associated with issues. Start the name of the fragment with + (e.g. +anything.feature). The content of these orphan news fragments will be included in the release notes, at the end of the category corresponding to the file extension.

    To help quickly create a unique orphan news fragment, towncrier create +.feature will append a random string to the base name of the file, to avoid name collisions. ([#428](https://github.com/twisted/towncrier/issues/428) <https://github.com/hawkowl/towncrier/issues/428>_)

Improved Documentation

  • Improved contribution documentation. ([#415](https://github.com/twisted/towncrier/issues/415) <https://github.com/hawkowl/towncrier/issues/415>_)
  • Correct a typo in the readme that incorrectly documented custom fragments in a format that does not work. ([#424](https://github.com/twisted/towncrier/issues/424) <https://github.com/hawkowl/towncrier/issues/424>_)
  • The documentation has been restructured and (hopefully) improved. ([#435](https://github.com/twisted/towncrier/issues/435) <https://github.com/hawkowl/towncrier/issues/435>_)
  • Added a Markdown-based how-to guide. ([#436](https://github.com/twisted/towncrier/issues/436) <https://github.com/hawkowl/towncrier/issues/436>_)
  • Defining custom fragments using a TOML array is not deprecated anymore. ([#438](https://github.com/twisted/towncrier/issues/438) <https://github.com/hawkowl/towncrier/issues/438>_)

Deprecations and Removals

  • Default branch for towncrier check is now "origin/main" instead of "origin/master". If "origin/main" does not exist, fallback to "origin/master" with a deprecation warning. ([#400](https://github.com/twisted/towncrier/issues/400) <https://github.com/hawkowl/towncrier/issues/400>_)

22.12.0rc1

towncrier 22.12.0rc1 (2022-12-20)

Features

  • Added --keep option to the build command that allows generating a newsfile, but keeps the newsfragments in place. This option can not be used together with --yes. ([#129](https://github.com/twisted/towncrier/issues/129) <https://github.com/hawkowl/towncrier/issues/129>_)

  • Python 3.11 is now officially supported. ([#427](https://github.com/twisted/towncrier/issues/427) <https://github.com/hawkowl/towncrier/issues/427>_)

  • You can now create fragments that are not associated with issues. Start the name of the fragment with + (e.g. +anything.feature). The content of these orphan news fragments will be included in the release notes, at the end of the category corresponding to the file extension.

    To help quickly create a unique orphan news fragment, towncrier create +.feature will append a random string to the base name of the file, to avoid name collisions. ([#428](https://github.com/twisted/towncrier/issues/428) <https://github.com/hawkowl/towncrier/issues/428>_)

Improved Documentation

... (truncated)

Changelog

Sourced from towncrier's changelog.

towncrier 22.12.0 (2022-12-21)

No changes since the previous release candidate.

towncrier 22.12.0rc1 (2022-12-20)

Features

  • Added --keep option to the build command that allows generating a newsfile, but keeps the newsfragments in place. This option can not be used together with --yes. ([#129](https://github.com/twisted/towncrier/issues/129) <https://github.com/twisted/towncrier/issues/129>_)

  • Python 3.11 is now officially supported. ([#427](https://github.com/twisted/towncrier/issues/427) <https://github.com/twisted/towncrier/issues/427>_)

  • You can now create fragments that are not associated with issues. Start the name of the fragment with + (e.g. +anything.feature). The content of these orphan news fragments will be included in the release notes, at the end of the category corresponding to the file extension.

    To help quickly create a unique orphan news fragment, towncrier create +.feature will append a random string to the base name of the file, to avoid name collisions. ([#428](https://github.com/twisted/towncrier/issues/428) <https://github.com/twisted/towncrier/issues/428>_)

Improved Documentation

  • Improved contribution documentation. ([#415](https://github.com/twisted/towncrier/issues/415) <https://github.com/twisted/towncrier/issues/415>_)
  • Correct a typo in the readme that incorrectly documented custom fragments in a format that does not work. ([#424](https://github.com/twisted/towncrier/issues/424) <https://github.com/twisted/towncrier/issues/424>_)
  • The documentation has been restructured and (hopefully) improved. ([#435](https://github.com/twisted/towncrier/issues/435) <https://github.com/twisted/towncrier/issues/435>_)
  • Added a Markdown-based how-to guide. ([#436](https://github.com/twisted/towncrier/issues/436) <https://github.com/twisted/towncrier/issues/436>_)
  • Defining custom fragments using a TOML array is not deprecated anymore. ([#438](https://github.com/twisted/towncrier/issues/438) <https://github.com/twisted/towncrier/issues/438>_)

Deprecations and Removals

  • Default branch for towncrier check is now "origin/main" instead of "origin/master". If "origin/main" does not exist, fallback to "origin/master" with a deprecation warning. ([#400](https://github.com/twisted/towncrier/issues/400) <https://github.com/twisted/towncrier/issues/400>_)

Misc

  • [#406](https://github.com/twisted/towncrier/issues/406) <https://github.com/twisted/towncrier/issues/406>, [#408](https://github.com/twisted/towncrier/issues/408) <https://github.com/twisted/towncrier/issues/408>, [#411](https://github.com/twisted/towncrier/issues/411) <https://github.com/twisted/towncrier/issues/411>, [#412](https://github.com/twisted/towncrier/issues/412) <https://github.com/twisted/towncrier/issues/412>, [#413](https://github.com/twisted/towncrier/issues/413) <https://github.com/twisted/towncrier/issues/413>, [#414](https://github.com/twisted/towncrier/issues/414) <https://github.com/twisted/towncrier/issues/414>, [#416](https://github.com/twisted/towncrier/issues/416) <https://github.com/twisted/towncrier/issues/416>, [#418](https://github.com/twisted/towncrier/issues/418) <https://github.com/twisted/towncrier/issues/418>, [#419](https://github.com/twisted/towncrier/issues/419) <https://github.com/twisted/towncrier/issues/419>, [#421](https://github.com/twisted/towncrier/issues/421) <https://github.com/twisted/towncrier/issues/421>, [#429](https://github.com/twisted/towncrier/issues/429) <https://github.com/twisted/towncrier/issues/429>, [#430](https://github.com/twisted/towncrier/issues/430) <https://github.com/twisted/towncrier/issues/430>, [#431](https://github.com/twisted/towncrier/issues/431) <https://github.com/twisted/towncrier/issues/431>, [#434](https://github.com/twisted/towncrier/issues/434) <https://github.com/twisted/towncrier/issues/434>, [#446](https://github.com/twisted/towncrier/issues/446) <https://github.com/twisted/towncrier/issues/446>, [#447](https://github.com/twisted/towncrier/issues/447) <https://github.com/twisted/towncrier/issues/447>
Commits
  • b0e201f RST is hard.
  • 2c611be Fix rst format.
  • 76a2007 Fix typo.
  • 62feaf6 Update version for final release.
  • fbc4f1f Quick fix for incremental rc version normalization.
  • 26a5eba Try latest incremental since a test is failing.
  • 7cbec75 Create rc1.
  • 3859e58 [pre-commit.ci] pre-commit autoupdate (#452)
  • 3418975 Revert Generate coverage reports using only GitHub Actions (#455)
  • 24f65a0 Add --keep option to allow to generate newsfile, but keep newsfragmen… (#453)
  • 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 22, 2022
@codecov
Copy link

codecov bot commented Dec 22, 2022

Codecov Report

Merging #799 (cbac743) into master (de1a663) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #799   +/-   ##
=======================================
  Coverage   99.73%   99.73%           
=======================================
  Files           4        4           
  Lines         768      768           
  Branches      217      217           
=======================================
  Hits          766      766           
  Misses          2        2           
Flag Coverage Δ
unit 99.60% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@mjpieters
Copy link
Contributor

@dependabot rebase

Bumps [towncrier](https://github.com/twisted/towncrier) from 22.8.0 to 22.12.0.
- [Release notes](https://github.com/twisted/towncrier/releases)
- [Changelog](https://github.com/twisted/towncrier/blob/trunk/NEWS.rst)
- [Commits](twisted/towncrier@22.8.0...22.12.0)

---
updated-dependencies:
- dependency-name: towncrier
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/towncrier-22.12.0 branch from b6eaa43 to cbac743 Compare April 19, 2023 12:20
@mjpieters
Copy link
Contributor

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 19, 2023

Looks like this PR is already up-to-date with master! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@mjpieters mjpieters merged commit a7209f6 into master Apr 19, 2023
35 checks passed
@mjpieters mjpieters deleted the dependabot/pip/towncrier-22.12.0 branch April 19, 2023 13:06
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant