Skip to content

Commit

Permalink
checkin
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Ghiloni committed Apr 22, 2020
1 parent 91d9118 commit d18ee8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 21 deletions.
22 changes: 2 additions & 20 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
tag: version/version
tag_prefix: v

- name: finalize-draft
- name: publish-release
plan:
- in_parallel:
- get: source
Expand All @@ -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
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d18ee8c

Please sign in to comment.