Skip to content

docs: remove obsolete master synchronization from release process #559

Description

@TheRealAgentK

Problem

RELEASING.md instructs maintainers to open a developmaster pull request after each release and merge it without squashing. The master branch is obsolete and has not remained synchronized with develop.

Following this instruction for 2.2.9 produced #558, which attempted to merge 178 commits and change thousands of lines. The PR was closed without merging.

Proposed change

  • Confirm that develop is the maintained release branch.
  • Remove the obsolete developmaster synchronization section from RELEASING.md, or replace it with the current branch policy.
  • Check the surrounding release steps for references that assume master is current.

Acceptance criteria

A maintainer can follow RELEASING.md without opening a broad synchronization PR against an obsolete branch.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions