- Run tests
- Increase the version in the
pubspec.yaml
file. - Increase the version in the
lib/src/constant.dart
file. - Add the description of the new version in
CHANGELOG.md
. - Commit & Push
Use the same version for the git tag as in the properties file.
-
Via git tag
- Create a new version tag.
git tag [MAJOR].[MINOR].[PATCH]
Example:
git tag 2.5.5
- Push the tag.
git push origin --tags
- Create a new version tag.
-
Via Github release
Create a new Github release with a new version tag and release notes.
Steps to connect your application
- Update the
Manual
import example.
Update and test sample apps with the new SDK version.