mirror of
https://github.com/papercss/papercss
synced 2026-03-14 22:45:51 +01:00
757 B
757 B
For distributing a new version to Github, NPM, and the CDN
- Ensure the build is up to date with
npm run build - Update all version numbers in the app using Semantic Versioning. Ex renaming
1.8.0to1.8.1for a patch.- package.json
- package-lock.json
- docs/content/_index.md
- Create commit of the new version with the changed version files:
v1.8.3 - Push to master
- Create new release in the Github UI
- Create a new tag with the same name as the commit:
v1.8.3 - Add details about the additions and fixes
- Upload the files in
distto the "Attach Binaries" section (paper.cssandpaper.min.css)
- Create a new tag with the same name as the commit:
- Publish to NPM with
npm publish. The CDN will automatically pick up the new files