This project publishes morphy and morphy_annotation to pub.dev using a GitHub Actions workflow triggered by tags.
- Update the
versionfields in bothmorphy/pubspec.yamlandmorphy_annotation/pubspec.yaml. - Commit and push the changes.
- Tag the commit with the new version and push the tag, e.g.:
git tag -a v1.4.1 -m "Release v1.4.1" git push origin v1.4.1 - The
publish.ymlworkflow will run tests and publish both packages automatically. - Check the Actions tab to confirm the release succeeded.