- Instead of resetting the build number to 0 after every release, the build number will now be incremented by 1
- This is to ensure that the build number is always increasing
- If you want to reset the build number to 0, you can use the
--build
flag with thereset
option
- Support modifying the build number via the
--build
flag- Options:
reset
- Reset the build number to 0increment
- Increment the build number by 1, if it existsremove
- Remove the build number from the versionnone
- Do not modify the build number
- Options:
- Upgrade dependencies
- Improve testability of package
- Added
get
command to retrieve the current version within thepubspec.yaml
file - Added
set
command to set the version within thepubspec.yaml
file- Use
--force
to bypass the check for an incremented version
- Use
- Upgraded dependencies to latest versions
- Build numbers are incremented correctly when running patch
- Updated ReadMe to
- Better explain version number
- Provide how to install as dev dependency
- Updated ReadMe
- Initial Release