This repository was archived by the owner on Nov 25, 2024. It is now read-only.
This repository was archived by the owner on Nov 25, 2024. It is now read-only.
Need git-tags and release notes when we "npm publish" #45
Open
Description
Hi @timcoughlan,
I think when we run npm publish
, we should ideally:
- Update a
CHANGELOG.md
- Run
git tag -a X.Y.Z
,
This allows us to:
- Document new features and fixes for 3rd parties, and ourselves(!)
- Document milestones for reporting to funders etc.;
- Allow us to use the RawGit CDN, as backup for Unpkg ~~ https://rawgit.com/
I have an initial CHANGELOG.md
to commit ...
Nick
Metadata
Metadata
Assignees
Labels
No labels