Closed
Bug 1558523
Opened 6 years ago
Closed 6 years ago
Build a changelog and decide appropriate semver level in 'yarn release'
Categories
(Taskcluster :: Services, enhancement)
Taskcluster
Services
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dustin, Assigned: dustin)
References
Details
The idea is that when we land changes, we add a "snippet" in a file somewhere in the repo, that includes both the compatibility level (breaking, major, minor) and a description. Then, when we make a release, all of those snippets get gathered up into a changelog entry, and the version gets bumped according to the highest compatibility level.
https://pypi.org/project/towncrier/ does this, but it's in Python.
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•