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

feat: add CHANGELOG generation support with git-cliff #68

Merged
merged 1 commit into from
Dec 13, 2023

Conversation

minijackson
Copy link
Collaborator

Run with git-cliff --config pyproject.toml

I will run this command just before the next release.

cc @stephane-cea

Example changelog:


Changelog

All notable changes to this project are documented in this file.

[unreleased]

Bug Fixes

  • Crash when creating PDF report

Features

  • Configure ruff in pyproject.toml
  • Add ruff check as GitHub action
  • Add CHANGELOG generation support with git-cliff

Miscellaneous Tasks

  • Support more architectures with Nix, add a simple test
  • Ruff format everything
  • Run ruff check --fix
  • Run ruff check --fix --unsafe-fixes
  • Other ruff lint manual fixes
  • Correct spelling toogle -> toggle

Nix

  • Use Python3.9 everywhere

@minijackson minijackson requested a review from vnadot December 5, 2023 15:32
run with `git-cliff --config pyproject.toml`
Copy link
Collaborator

@stephane-cea stephane-cea left a comment

Choose a reason for hiding this comment

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

This looks great to me! git-cliff is such a nice tool!

@minijackson minijackson merged commit e0f0882 into master Dec 13, 2023
3 checks passed
@minijackson minijackson deleted the git-cliff branch December 13, 2023 10:39
@minijackson minijackson added this to the 2.0.0 milestone Dec 13, 2023
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