From 1804e99e106b9e5b0110e7b1d4728f7ae9b51334 Mon Sep 17 00:00:00 2001 From: John Boyes <154404+johnboyes@users.noreply.github.com> Date: Fri, 22 Oct 2021 22:57:39 +0100 Subject: [PATCH] Fix links in dry run Gauge spec (#69) * Fix links in dry run Gauge spec The links were specified in the wrong order, meaning neither link went to the right destination. Fixes #67 * Bump plugin patch version --- functional-tests/specs/dry_run.spec | 4 ++-- plugin.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/functional-tests/specs/dry_run.spec b/functional-tests/specs/dry_run.spec index 4744abb..83c3e07 100644 --- a/functional-tests/specs/dry_run.spec +++ b/functional-tests/specs/dry_run.spec @@ -10,8 +10,8 @@ The Gauge Confluence plugin will exit with a non-zero exit code if the dry run f state for publishing. This means that the CI/CD pipeline can use the exit code (0 for success, not 0 for fail) to pass or fail the dry run build (and indeed the actual build too, when not running in dry run mode). -The dry run mode is set by setting a `DRY_RUN` [environment variable or property][2] with the value `true` (we can't -use a command-line flag for this as [Gauge does not propagate command line flags to documentation plugins][1]). +The dry run mode is set by setting a `DRY_RUN` [environment variable or property][1] with the value `true` (we can't +use a command-line flag for this as [Gauge does not propagate command line flags to documentation plugins][2]). |spec 1 heading|spec 2 heading|did dry run succeed?|message | diff --git a/plugin.json b/plugin.json index e127dfa..775b3d4 100644 --- a/plugin.json +++ b/plugin.json @@ -1,6 +1,6 @@ { "id": "confluence", - "version": "0.18.2", + "version": "0.18.3", "name": "Confluence", "description": "Publishes Gauge specifications to Confluence", "install": {