pub_release 1.0.5 pub_release: ^1.0.5 copied to clipboard
Automates the release of a dart package to pub.dev including running dartfmt, creating a git tag, incrementing the packages version no. and pushing the package to pub.dev.
1.0.5 #
1.0.5 #
1.0.5 #
1.0.5 #
1.0.5 #
Add option to set the version no. from the cli
1.0.4 #
removed the version message as it was just confusing when you are looking to update the actual packages version. Added a git pull at the start of the process.
1.0.3 #
Added version to start. Had the exists logic backwards when creating a CHANGLOG.md
1.0.2 #
we now create the CHANGELOG.md file if it doesn't exist.
1.0.1 #
Fixed a bug when detecting git. Change message to only recommend commiting as we will do the push.
1.0.0 #
Fixed a bug where it failed to detect that git was being used. Fixed a bug where it throws an error if a tag doesn't already exist.
0.1.4 #
released 0.1.4 Release of version 0.1.3 Update .gitignore Merge pull request #1 from bsutton/add-license-1 Create LICENSE initial commit
0.1.4 #
Fixed the change log :) Added new option to keep the current version.
0.1.2 #
Added a new option to keep the current version.
0.1.1 #
Added a missing 'executeables' statement from pubspec.yaml
0.1.0 #
First release of pub_release