pact_broker-client 1.27.12 → 1.27.13
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '082bde1a2a20af353bc8f2e3ebf8886e02bcefce80499a6124712e160d7b2669'
|
4
|
+
data.tar.gz: 532c2ded31923a3d8f7dd171a8d327a075b4644b0e37c3b82c267da200488a0c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 22f3cf338f2acbe03c30ef718fa28711e7a88a6efdb155bf5ab99da98d98c628cac19540bc98c5e6513d2c389a9ecb318e4fd0f74351e943323fabc02b1bef05
|
7
|
+
data.tar.gz: 50fbb81a2df8a57f71f3285321eb9c24004b9788a6f2151904c08dcdd254877ade8e0d48b164a47490b904755b578a701508956adb1b42d8331a206656a2a082
|
@@ -44,4 +44,10 @@ jobs:
|
|
44
44
|
with:
|
45
45
|
tag_name: ${{ env.TAG }}
|
46
46
|
release_name: ${{ env.TAG }}
|
47
|
-
|
47
|
+
body_path: tmp/RELEASE_NOTES.md
|
48
|
+
- name: Trigger release of pact-cli Docker image
|
49
|
+
uses: peter-evans/repository-dispatch@v1
|
50
|
+
with:
|
51
|
+
token: ${{ secrets.GHTOKENFORPACTCLIRELEASE }}
|
52
|
+
repository: pact-foundation/pact-ruby-cli
|
53
|
+
event-type: gem-released
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pact_broker-client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.27.
|
4
|
+
version: 1.27.13
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Beth Skurrie
|
@@ -146,7 +146,6 @@ extensions: []
|
|
146
146
|
extra_rdoc_files: []
|
147
147
|
files:
|
148
148
|
- ".github/workflows/release_gem.yml"
|
149
|
-
- ".github/workflows/trigger_pact_cli_release.yml"
|
150
149
|
- ".github/workflows/trigger_pact_docs_update.yml"
|
151
150
|
- ".gitignore"
|
152
151
|
- ".rspec"
|
@@ -1,15 +0,0 @@
|
|
1
|
-
name: Trigger release of the pact-cli Docker image
|
2
|
-
on:
|
3
|
-
release:
|
4
|
-
types: [published]
|
5
|
-
|
6
|
-
jobs:
|
7
|
-
build:
|
8
|
-
runs-on: ubuntu-latest
|
9
|
-
steps:
|
10
|
-
- name: Repository Dispatch
|
11
|
-
uses: peter-evans/repository-dispatch@v1
|
12
|
-
with:
|
13
|
-
token: ${{ secrets.GHTOKENFORPACTCLIRELEASE }}
|
14
|
-
repository: pact-foundation/pact-ruby-cli
|
15
|
-
event-type: gem-released
|