-
git clone
this repo, and exiftool-vendored.pl onto a POSIX machine, and clone exiftool-vendored.exe onto a Windows machine. -
On POSIX, in
../exiftool-vendored.pl
:npx ncu -u && yarn install && ./update.sh && yarn test
- Verify diffs are in order, and commit
npx release-it
-
On Windows, in
../exiftool-vendored.exe
:npx ncu -u --packageFile package.json && yarn install && ./update.sh && yarn test
- Verify diffs are in order, and commit
npx release-it
-
Finally, release
exiftool-vendored
:cd ../exiftool-vendored.js
npx ncu -u
yarn install
yarn mktags ../test-images
# < assumes../test-images
has the full ExifTool sample image suiteyarn prettier
yarn lint
yarn docs
- Verify docs were rebuilt successfully at http://localhost:3000/index.html
yarn test
- Verify diffs are reasonable,
git commit
andgit push
- Verify
- Update the CHANGELOG.md
npx release-it