Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 662 Bytes

CONTRIBUTING.md

File metadata and controls

43 lines (30 loc) · 662 Bytes

Contribution Guide

Development Guide

git clone https://github.com/vivliostyle/vfm.git && cd vfm
npm install
npm run build
npm link
DEBUG=vfm vfm

After setup, run npm run dev to watch files.

Commit Guide

Comment

Please refer to Semantic Commit Messages for the commit comment.

Release Guide (Maintainers only)

Enter pre-release

release-it --preRelease=beta --npm.tag=next

Bump pre-release version

npm run release:pre
# or
release-it --preRelease --npm.tag=next

Graduate

npm run release
# or
release-it