You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.
We aim to keep the master branch in a state in which we can always release.
Release checklist:
Commit is merged on master branch and all Dart CI checks are green.
The version number is bumped in pubspec.yaml and CHANGELOG.md has an entry describing the changes.
We follow semantic versioning. Breaking changes require a major version number increase.
Double check that if we depend on a dev release of the Dart SDK, we only make pre-releases of package:ffigen.
Often, the first thing we will do after a new stable version of the Dart SDK is released, is bumping the SDK version to stable in pubspec.yaml, changing the version of package:ffigen from a pre-release to a stable release, and release a new version.
Pull master in a local check out, and double check there are no local changes.