Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 550 Bytes

CONTRIBUTING.md

File metadata and controls

39 lines (29 loc) · 550 Bytes

Contribution Guide

Development Guide

git clone https://github.com/vivliostyle/vivliostyle-cli.git && cd vivliostyle-cli
yarn install
yarn build
yarn link
cd example
yarn install
DEBUG=vs-cli vivliostyle build

After setup, run yarn dev to watch files.

Release Guide (Maintainers only)

Enter pre-release

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

Bump pre-release version

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

Graduate

yarn release
# or
release-it