Skip to content

chore: ignore changelog by prettier#4

Merged
LukasHirt merged 1 commit intomainfrom
chore/ignore-changelog
Oct 9, 2025
Merged

chore: ignore changelog by prettier#4
LukasHirt merged 1 commit intomainfrom
chore/ignore-changelog

Conversation

@LukasHirt
Copy link
Owner

No description provided.

@LukasHirt LukasHirt self-assigned this Oct 9, 2025
Copilot AI review requested due to automatic review settings October 9, 2025 13:26
CHANGELOG.md is automatically generated. No need to apply formatting to it.
@LukasHirt LukasHirt force-pushed the chore/ignore-changelog branch from 98db6e5 to 71e53d5 Compare October 9, 2025 13:26
@LukasHirt LukasHirt changed the title Chore/ignore changelog chore: ignore changelog by prettier Oct 9, 2025
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR adds changelog generation automation to the project by integrating changelogen, a tool for generating changelogs from git history. The changes configure the project to automatically generate and maintain a CHANGELOG.md file while excluding it from code formatting.

  • Adds a new npm script for changelog generation using changelogen
  • Configures the release workflow to use the new changelog generation script
  • Excludes the generated CHANGELOG.md from Prettier formatting to prevent conflicts

Reviewed Changes

Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.

File Description
package.json Adds changelog:generate script for automated changelog generation
CHANGELOG.md Creates initial changelog with project history
.prettierignore Excludes CHANGELOG.md from Prettier formatting
.github/workflows/release.yaml Updates release workflow to use new changelog script

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@LukasHirt LukasHirt merged commit 42c7f76 into main Oct 9, 2025
1 check passed
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