d4a0f074db
(cherry picked from commit 2edfa6ce39989b5d3c441815ddd1d6fd8e376eb4)
656 B
656 B
21. Manage Changelog by Cider
Date: 2023-04-05
Status
Accepted
Context
- We did not manage Changedlog with the standard way
Decision
Use Cider (https://pub.dev/packages/cider) to easier to manage changelog to follow Changelog format
Consequences
- We should add to the change log some
typeof change:added,changed,deprecated,removed,fixed,securityin each PR with command
cider log <type> <description>
-
In release phase, change the version in
pubspec.yamland dont forget to change the tag in cider template in the same file -
Then run:
cider release