exiftool-vendored 16.5.0 → 16.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +1 -1
- package/RELEASE.md +3 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/RELEASE.md
CHANGED
|
@@ -21,12 +21,13 @@
|
|
|
21
21
|
|
|
22
22
|
1. `npx ncu -u`
|
|
23
23
|
1. `yarn install`
|
|
24
|
-
1. `yarn mktags ../test-images` # < assumes
|
|
24
|
+
1. `yarn mktags ../test-images` # < assumes ``../test-images`` has the full ExifTool sample image suite
|
|
25
25
|
1. `yarn prettier`
|
|
26
26
|
1. `yarn lint`
|
|
27
27
|
1. `yarn docs`
|
|
28
28
|
1. Verify docs were rebuilt successfully at <http://localhost:3000/index.html>
|
|
29
29
|
1. `yarn test`
|
|
30
|
-
1. Update the [CHANGELOG.md](https://github.com/photostructure/exiftool-vendored.js/blob/main/CHANGELOG.md)
|
|
31
30
|
1. Verify diffs are reasonable, and `git commit`
|
|
31
|
+
1. Verify [](https://github.com/photostructure/exiftool-vendored.js/actions/workflows/node.js.yml)
|
|
32
|
+
1. Update the [CHANGELOG.md](https://github.com/photostructure/exiftool-vendored.js/blob/main/CHANGELOG.md)
|
|
32
33
|
1. `npx release-it`
|