From d18ee8c941d2057a7ae7739a525263bf782a1725 Mon Sep 17 00:00:00 2001 From: Josh Ghiloni Date: Tue, 21 Apr 2020 19:28:22 -0600 Subject: [PATCH] checkin --- ci/pipeline.yml | 22 ++-------------------- go.mod | 2 +- 2 files changed, 3 insertions(+), 21 deletions(-) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index 66a50c1..37a2176 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -11,7 +11,7 @@ resources: owner: ((plugin_owner)) repository: ((plugin_repo)) access_token: ((source_access_token)) - draft: true + pre_release: true - name: plugin-release type: github-release source: @@ -49,7 +49,7 @@ jobs: tag: version/version tag_prefix: v -- name: finalize-draft +- name: publish-release plan: - in_parallel: - get: source @@ -66,33 +66,15 @@ jobs: tag_prefix: v globs: - "binaries/services-auditor-plugin-*" - -- name: bump-patch - plan: - put: version params: {bump: patch} - - put: plugin-release - params: - name: version/version - tag: version/version - tag_prefix: v - name: bump-minor plan: - put: version params: {bump: minor} - - put: plugin-release - params: - name: version/version - tag: version/version - tag_prefix: v - name: bump-major plan: - put: version params: {bump: major} - - put: plugin-release - params: - name: version/version - tag: version/version - tag_prefix: v \ No newline at end of file diff --git a/go.mod b/go.mod index 884a9e4..25417dd 100644 --- a/go.mod +++ b/go.mod @@ -22,7 +22,7 @@ require ( github.com/cyphar/filepath-securejoin v0.2.2 // indirect github.com/elazarl/goproxy v0.0.0-20190911111923-ecfe977594f1 // indirect github.com/elazarl/goproxy/ext v0.0.0-20190911111923-ecfe977594f1 // indirect - github.com/fatih/color v1.7.0 // indirect + github.com/fatih/color v1.7.0 github.com/gogo/protobuf v1.3.0 // indirect github.com/google/go-querystring v1.0.0 // indirect github.com/gorilla/websocket v1.4.1 // indirect