docs: add RELEASING.md#206
Open
abueide wants to merge 1 commit into
Open
Conversation
Document the manual pub.dev release process for the monorepo's independently-versioned packages: per-package version bump (SemVer), core version kept in sync between pubspec.yaml and lib/version.dart, CHANGELOG entry, dry-run verification, dart pub publish, and the core-before-plugins publish order (plugins depend on core via a pub.dev version constraint). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a
RELEASING.mdto document the release process, which until now was undocumented (the other Segment SDKs each have one — this brings analytics_flutter in line).The doc was derived from the actual repo state, not a template:
segment_analyticscore + 6 plugins).analytics_flutter.yml) only analyzes and tests. Publishing is done manually withdart pub publishby a verified publisher.segment_analytics: ^1.1.x), not a path dependency, so the doc calls out the core-before-plugins publish order.pubspec.yamlandlib/version.dart, the latter shipped ascontext.library.version), so the doc flags keeping them in sync.Contents
dart pub publish --dry-run→dart pub publish→ tag → verifyNotes
segment_analytics-vX.Y.Z) as a recommendation for traceability. Happy to drop it if the team prefers not to tag.🤖 Generated with Claude Code