Open
Bug 1569755
Opened 5 years ago
Updated 2 years ago
Publish CHANGELOG.md from release/beta branch
Categories
(GeckoView :: General, task, P3)
Tracking
(Not tracked)
NEW
People
(Reporter: agi, Unassigned)
References
(Blocks 2 open bugs)
Details
Right now we publish the CHANGELOG.md
file from the tip of m-c. This is not accurate as we (sigh) sometimes uplift API changes to the beta branch.
One way to fix that would be to have a versioned CURRENT.md
changelog file that gets rolled every time we branch off, and then we can update the publish script to link all CURRENT.md
files from the branches that we care about (most likely: release, beta and central).
changelog/CURRENT.md // changes happen here
changelog/v68.md // old CURRENT.md gets copied here after branch cut
changelog/v67.md
// ...
Updated•5 years ago
|
Rank: 12
Updated•2 years ago
|
Severity: normal → S3
Updated•2 years ago
|
Rank: 12 → 333
You need to log in
before you can comment on or make changes to this bug.
Description
•