open_source

Commands for open source projects.

report_new_release

Report the new release to the open source repository

Usage:

bash
dart run impaktfull_cli open_source report_new_release [options]
OptionDescriptionRequiredDefaultAllowed
--packageNameThe name of the package to report the new release ofYes
--packageVersionThe version of the new releaseYes
--packageChangeLogThe changelog of the new releaseNo
--reportToThe channel to report the new release toNoslackslack
--slackChannelNameThe name of the Slack channel to report the new release to (defaults to open-source-{packageName in kebab-case})No

On this page