cider icon indicating copy to clipboard operation
cider copied to clipboard

Using Cider in a team that has multiple developers

Open Schamppu opened this issue 6 months ago • 3 comments

Hello! I'm using Cider, and we got two devs on the team.

I would love if Cider would allow us to either:

  • Allow generating files for each unreleased change (added, fixed, etc.) which are deleted and merged together when doing "cider release" to the actual CHANGELOG.md.
  • Setting custom path for the files, so that they can be in a subfolder instead of needing to be in the same path if pubspec.

Currently, we both work on different branches, but when we merge the branches having unreleased changes always creates a merge conflict we need to deal with. Having these features would make each change its own file before making a release, and we could set these changes to a subfolder so it doesn't look as messy.

Schamppu avatar Jul 31 '24 13:07 Schamppu