cider
cider copied to clipboard
Tools for Dart package maintainers
I get a warning: Warning: Executable "cider" runs "bin/cider.dart", which was not found in cider. And then whenever I run "cider" i get No active package cider.
The current Dart SDK version is 2.14.4. Because [REDACTED] depends on cider >=0.1.1 which requires SDK version >=2.15.1 =0.1.1 which requires SDK version >=2.15.1
I have ``` 1.0.55+132 ``` I want ``` 1.0.55+132-alpha or 1.0.55+132-alpha.1 ``` I expected to be able to use ``` cider bump pre --pre=alpha ``` except that doesn't seem supported....
What reason removed --project-root option at latest release 0.1.0 ? ``` $ cider version --project-root app Unhandled exception: Could not find an option named "project-root". Usage: cider version [arguments] -h,...
It would be nice to generate the changelog using conventional commits. I have been using [git-chglog](https://github.com/git-chglog/git-chglog) in tandem with pubspec_version to accomplish this.
If any of the version commands are run in a git repo, they would also create a version commit and tag. For inspiration, look at how [`npm version`](https://docs.npmjs.com/cli/version) works. I...
For some time now, I've been using a custom script that bumps the version in the `pubspec.yaml` file, makes a **commit**, and **tags** that commit with the version. I wanted...
I just started using Cider for changelog management within a mono-repo. It's working pretty well for Flutter modules. I would also like to use Cider to manage other changelog files...
Is it possible to somehow get the last closed issues since last action run and then use cider to update the change log with version information and every issue that...
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...