To setup, follow these steps:
git clone https://github.com/voorhoede/Image.git
cd Image
npm ci
Node.js, latest LTS is recommended.
- Switch to the main branch and ensure it is up-to-date with remote.
- Update
changelog.md
with relevant changes and stage withgit add
. - Run
npm version --force
with the appropiate version bump to include the changelog changes in the same commit. - This should automatically push the commit and new version tag to trigger publishing from CI.