Skip to content

Align CHANGELOG [1.0.0] with the actual first release #51

Description

@alphacrack

CHANGELOG.md lists [1.0.0] as not yet published, while package.json is already at 1.0.0 and the repo tagline says v1.0.0-era API. Whenever the first real release happens, this will be confusing: the version will already have existed in package.json for months.

What to do (whichever release strategy is chosen)

  • Either date the [1.0.0] CHANGELOG entry and tag v1.0.0 at the commit that gets published, or
  • restart the public history at 0.x to match the "Early stage / experimental" status (pairs with the stability discussion) and rename the CHANGELOG section accordingly.
  • Add the release procedure (version bump, tag, CHANGELOG date, npm publish) to CONTRIBUTING.md or docs/ so the next release doesn't drift the same way.

Acceptance criteria

  • package.json version, CHANGELOG headings, and git tags tell one consistent story at first publish.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationgood first issueGood for newcomers

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions