Skip to content

feat: introduce cider for CHANGELOG management#70

Merged
offich merged 3 commits intodevelopfrom
dev/cider
May 2, 2026
Merged

feat: introduce cider for CHANGELOG management#70
offich merged 3 commits intodevelopfrom
dev/cider

Conversation

@offich
Copy link
Copy Markdown
Owner

@offich offich commented May 2, 2026

Description

Introduces cider as a dev dependency to manage CHANGELOG.md in Keep a Changelog format. The CHANGELOG is reformatted to follow the new structure, and an Unreleased section is added for upcoming changes.

What was done

  • Added cider (0.2.10) as a dev dependency in pubspec.yaml
  • Reformatted CHANGELOG.md to Keep a Changelog format:
    • Versioned headers changed to ## [x.x.x] - YYYY-MM-DD
    • Entries categorized under ### Added, ### Changed, ### Fixed
    • Comparison links added to the footer
  • Added ## Unreleased section with the upcoming Flutter 3.38.10 update

What was NOT done

  • No automation scripts for release workflows (to be handled separately)

Operation Confirmation

Setup & Execution

Run dart run cider to manage changelog entries (e.g., dart run cider bump minor).

Notes / Related URLs

@offich offich self-assigned this May 2, 2026
@offich offich merged commit e664df0 into develop May 2, 2026
3 checks passed
@offich offich deleted the dev/cider branch May 2, 2026 08:56
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.

1 participant