firehose 0.2.1 firehose: ^0.2.1 copied to clipboard
A tool to automate publishing of Pub packages from GitHub actions.
0.2.1 #
- Update documentation text.
0.2.0 #
- Added a option to not publish pre-release packages; auto-publishing will only
happen for stable (
'1.2.3'
) or build releases ('1.2.3+foo'
). - Add a pub executable -
firehose
. - Update package documentation.
0.2.0-dev.1 #
- Adjusted how github labels are passing into the script.
- Added additional tests.
0.2.0-dev.0 #
- Added support for publishing packages from GitHub Actions.
- Create a git tag after a successful publish.
0.1.0 #
- Added support for verifying packages from PR branches.