@codedependant/semantic-release-docker 5.0.1 → 5.0.2

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 CHANGED
@@ -1,5 +1,12 @@
1
1
  # Semantic Release Docker
2
2
 
3
+ ## [5.0.2](https://github.com/esatterwhite/semantic-release-docker/compare/v5.0.1...v5.0.2) (2024-03-22)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **config**: propgate dry run option to docker image [1438ded](https://github.com/esatterwhite/semantic-release-docker/commit/1438dedae17c45eeb88f17b6108d343de283f10f) - Eric Satterwhite
9
+
3
10
  ## [5.0.1](https://github.com/esatterwhite/semantic-release-docker/compare/v5.0.0...v5.0.1) (2024-03-22)
4
11
 
5
12
 
@@ -87,7 +87,7 @@ class Image {
87
87
  , quiet: opts.quiet
88
88
  , publish: opts.publish
89
89
  , platform: opts.platform
90
- , dry_run: !!opts.dryRun
90
+ , dry_run: !!opts.dry_run
91
91
  })
92
92
  for (const [key, value] of Object.entries(opts.args)) {
93
93
  image.arg(key, string.template(value)(vars))
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@codedependant/semantic-release-docker",
3
3
  "private": false,
4
- "version": "5.0.1",
4
+ "version": "5.0.2",
5
5
  "description": "docker package",
6
6
  "main": "index.js",
7
7
  "files": [