@codedependant/semantic-release-docker 5.0.0 → 5.0.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 CHANGED
@@ -1,5 +1,12 @@
1
1
  # Semantic Release Docker
2
2
 
3
+ ## [5.0.1](https://github.com/esatterwhite/semantic-release-docker/compare/v5.0.0...v5.0.1) (2024-03-22)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **config**: include the dry-run param from input options [2de549f](https://github.com/esatterwhite/semantic-release-docker/commit/2de549f8dc2dcdc9741c06959ce0d120dd8b5fc5) - Eric Satterwhite
9
+
3
10
  # [5.0.0](https://github.com/esatterwhite/semantic-release-docker/compare/v4.5.1...v5.0.0) (2024-03-22)
4
11
 
5
12
 
@@ -28,6 +28,7 @@ async function buildConfig(build_id, config, context) {
28
28
  , dockerNetwork: network = 'default'
29
29
  , dockerAutoClean: clean = true
30
30
  , dockerBuildQuiet: quiet = true
31
+ , dryRun: dry_run = false
31
32
  } = config
32
33
 
33
34
  let name = null
@@ -57,6 +58,7 @@ async function buildConfig(build_id, config, context) {
57
58
  , publish
58
59
  , tags: array.toArray(tags)
59
60
  , verifycmd
61
+ , dry_run
60
62
  , args: {
61
63
  SRC_DIRECTORY: path.basename(context.cwd)
62
64
  , TARGET_PATH: target
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.0",
4
+ "version": "5.0.1",
5
5
  "description": "docker package",
6
6
  "main": "index.js",
7
7
  "files": [