Skip to content

Instantly share code, notes, and snippets.

@f3ath
f3ath / index.md
Last active June 26, 2020 10:43
Dart package release automation

Automating Dart package release in 3 steps

Everyone who maintains a Dart package has to maintain the changelog and release updates once in a while. It can become cumbersome to keep the pubspec version and the changelog in sync manually. These two small tools can make release process fun.

1. Install the tools

pub global activate change
pub global activate pubspec_version