Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 796 Bytes

CONTRIBUTING.md

File metadata and controls

28 lines (17 loc) · 796 Bytes

Contributing

Run from clonned repo:

git clone git@github.com:OpusCapita/filemanager.git
npm run bootstrap && npm start

Release process (only for collaborators at npmjs.com)

Changelog generation

For CHANGELOG.md generation we use https://github.com/skywinder/github-changelog-generator

Requirements:

npm run bootstrap && npm run publish then choose proper version.

If you want to release a beta version, choose prerelease.

Lerna automatically set proper version for each package and adds git tag.