@sentry/craft 1.4.3 → 1.4.4
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 +6 -0
- package/README.md +5 -1
- package/dist/craft +3 -3
- package/dist/craft.map +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -650,7 +650,11 @@ contains the following variables:
|
|
|
650
650
|
- `version`: The new version
|
|
651
651
|
- `revision`: The tag's commit SHA
|
|
652
652
|
- `checksums`: A map containing sha256 checksums for every release asset. Use
|
|
653
|
-
the full filename to access the sha, e.g. `checksums.MyProgram-x86
|
|
653
|
+
the full filename to access the sha, e.g. `checksums.MyProgram-x86`. If the
|
|
654
|
+
filename contains dots (`.`), they are being replaced with `__`. If the
|
|
655
|
+
filename contains the currently released version, it is replaced with `__VERSION__`.
|
|
656
|
+
For example, `sentry-wizard-v3.9.3.tgz` checksums will be accessible by the key
|
|
657
|
+
`checksums.sentry-wizard-v__VERSION____tgz`.
|
|
654
658
|
|
|
655
659
|
**Environment**
|
|
656
660
|
|