cli_pkg 1.0.0-beta.5
cli_pkg: ^1.0.0-beta.5 copied to clipboard
Grinder tasks for releasing Dart CLI packages.
1.0.0-beta.5 #
- Use the correct URL when fetching GitHub release metadata.
1.0.0-beta.4 #
-
Add a
pkg.npmDistTaggetter that controls the distribution tag for an npm release. -
Add a
pkg.homebrewCreateVersionedFormulagetter that controls whether the Homebrew release creates a new formula or updates an existing one. -
Run
pub publish --forceso it doesn't hang forever. -
Properly parse GitHub repositories from HTTP URLs ending in
.git. -
Drop support for Mac OS ia32 packages, since Dart 2.7 doesn't support them anymore.
1.0.0-beta.3 #
- Add a
cli_pkg/testing.dartlibrary to make it easier for users to efficiently and reliably test their executables.
1.0.0-beta.2 #
-
Add a
pkg-standalone-devtask for building a script that can be invoked for testing. -
Fix a bug where the version variable wouldn't be set for certain executables.
1.0.0-beta.1 #
- Initial beta release.