Skip to content

Specifications Should Publish Changelogs #330

Closed
@Julian

Description

@Julian

Proposal

A new specification should come with a list of highlighted changes over previous specifications.

This eases the burden both for spec implementers but also for users porting over old schemas.

The website should then likely link to this changelog.

In Python-land, I've found something like https://pypi.python.org/pypi/towncrier to be useful for this purpose, such that as we make individual changes to a spec, they should come with fragments that can be collected together later into the changelog. git logs are typically too noisy, and lack information about large-ness of changes, but we might want to look into something similar that is git-native.

(Apologies if we've already done this and I'm not finding it in my <30 seconds of looking).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions