Open
Bug 1284607
Opened 8 years ago
Updated 2 years ago
Automate spidermonkey release note requirements
Categories
(Core :: JavaScript Engine, defect, P3)
Core
JavaScript Engine
Tracking
()
NEW
People
(Reporter: sfink, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: triage-deferred)
Our spidermonkey release notes are a mess. I have a script to generate API deltas with associated bug numbers, which helps a tiny bit, but it would be much more robust if we had requirements around release notes that were enforced via hg hooks.
Specifically, Terrence and I discussed something like:
- use moz.build files to identify all exported headers
- changes to the headers require corresponding changes to some sort of in-tree ReleaseNotes.txt file
- with a simple opt-out mechanism in the commit messages
- this should? should not? include mfbt/ as well
Updated•7 years ago
|
Keywords: triage-deferred
Priority: -- → P3
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•