Skip to content

Tc#63

Merged
GernotMaier merged 2 commits into
mainfrom
tc
Jul 10, 2026
Merged

Tc#63
GernotMaier merged 2 commits into
mainfrom
tc

Conversation

@GernotMaier

Copy link
Copy Markdown
Member

No description provided.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Introduces Towncrier-based changelog management for this repository, along with metadata/tooling updates to support releases and contributor workflows.

Changes:

  • Add Towncrier configuration (towncrier.toml) and initialize a generated CHANGELOG.md.
  • Create the Towncrier fragments directory (docs/changes/) with a placeholder file to keep it in git.
  • Update CITATION.cff release metadata and bump pre-commit hook revisions.

Reviewed changes

Copilot reviewed 4 out of 5 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
towncrier.toml Adds Towncrier configuration for generating release notes/changelog.
docs/changes/.gitkeep Ensures the Towncrier fragments directory is tracked.
CITATION.cff Updates version/date metadata and adjusts listed authors.
CHANGELOG.md Adds a Towncrier-generated changelog scaffold with the expected marker.
.pre-commit-config.yaml Updates pinned tool versions for formatting/linting hooks.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread towncrier.toml
Comment on lines +10 to +24
[tool.towncrier.fragment.feature]
name = "New Feature"
showcontent = true

[tool.towncrier.fragment.bugfix]
name = "Bugfixes"
showcontent = true

[tool.towncrier.fragment.maintenance]
name = "Maintenance"
showcontent = true

[tool.towncrier.fragment.doc]
name = "Documentation"
showcontent = true
@GernotMaier
GernotMaier merged commit a8d63e2 into main Jul 10, 2026
2 checks passed
@GernotMaier
GernotMaier deleted the tc branch July 10, 2026 08:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants