releaser
releaser copied to clipboard
Multi package support
If there are two or more cabal files in a repo, there's a bit different workflow needed than what currently releaser does.
releaser package1 package2 should tag package1-${version}, package2-${version}.
Refs #4