Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 603 Bytes

contributing.md

File metadata and controls

19 lines (15 loc) · 603 Bytes

Contributing

To setup, follow these steps:

git clone https://github.com/voorhoede/Image.git
cd Image
npm ci

General Prerequisites

Node.js, latest LTS is recommended.

Tips

Publishing

  1. Switch to the main branch and ensure it is up-to-date with remote.
  2. Update changelog.md with relevant changes and stage with git add.
  3. Run npm version --force with the appropiate version bump to include the changelog changes in the same commit.
  4. This should automatically push the commit and new version tag to trigger publishing from CI.