pact_broker-client 1.27.24 → 1.28.0

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: 95f9d919a989ec969582dacbf2d7ebf210cb70f145b5b3d41afcf8afed5c1e2b
4
- data.tar.gz: e69e93799b9265dea982933478e635cd122efb5669ecbb64135b1afa34db1fff
3
+ metadata.gz: e23b12ee8b9f8c67c792cd830bcd29b9c6d705606476ec473028175c2763486c
4
+ data.tar.gz: b610a006305ecb79523fada0b3af80f745437d83cae4fe9691462f5f3da2647d
5
5
  SHA512:
6
- metadata.gz: e5f9eadb395163db50872920994036980bb521f1558db382dc3059e511c4ee99fead98076ec98a86bd83aab98a613f81e8b53bc4cf692b4ef1fc2eee9a31e288
7
- data.tar.gz: 11f2a6d6575d42db435b8856afa7c0552d8c11619d68c82f962f87a6071c889f16940a8b8c5876591eee33ac4711a7b1fc61e05653778f59f471566a653dcae9
6
+ metadata.gz: d2485fe9b05e4039826f722c692eb666b3631fa7d618558ef7abfbdb177e9dcaaf44bf62fd6935fe298ff25bf94282be9383ba81c20b1d0e856974db23bc2787
7
+ data.tar.gz: abb37f8f92a773850122c0fac6b98ca72e154e6d9cf5a05bb6bfd985b5179196b44a71b800007b7dd032f14728c98cdf0ab12581c708f5a0baeefee7d7f9115e
@@ -12,9 +12,10 @@ jobs:
12
12
  - uses: actions/checkout@v2
13
13
  with:
14
14
  fetch-depth: 0
15
- - uses: pact-foundation/release-gem@master
15
+ - uses: pact-foundation/release-gem@v0.0.5
16
16
  env:
17
17
  GEM_HOST_API_KEY: '${{ secrets.RUBYGEMS_API_KEY }}'
18
+ GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
18
19
  # - name: Trigger release of pact-cli Docker image
19
20
  # uses: peter-evans/repository-dispatch@v1
20
21
  # with:
@@ -1,52 +1,22 @@
1
- <a name="v1.27.24"></a>
2
- ### v1.27.24 (2020-07-12)
1
+ <a name="v1.28.0"></a>
2
+ ### v1.28.0 (2020-07-12)
3
3
 
4
4
 
5
- #### Bug Fixes
6
-
7
- * not really a fix, just testing release notes ([78a919d](/../../commit/78a919d))
8
-
5
+ #### Features
9
6
 
10
- <a name="v1.27.22"></a>
11
- ### v1.27.22 (2020-07-12)
7
+ * **deps**
8
+ * this isn't really a feature, but I want to test the release workflow ([29a7b72](/../../commit/29a7b72))
12
9
 
13
10
 
14
11
  #### Bug Fixes
15
12
 
13
+ * give the release docker image the secrets.GITHUB_TOKEN ([c94a435](/../../commit/c94a435))
14
+ * not really a fix, just testing release notes ([78a919d](/../../commit/78a919d))
16
15
  * not really a fix, just testing release notes ([13ddd06](/../../commit/13ddd06))
17
-
18
-
19
- <a name="v1.27.20"></a>
20
- ### v1.27.20 (2020-07-12)
21
-
22
-
23
- #### Bug Fixes
24
-
25
16
  * testing release notes ([1f38fdd](/../../commit/1f38fdd))
26
-
27
-
28
- <a name="v1.27.14"></a>
29
- ### v1.27.14 (2020-07-11)
30
-
31
-
32
- #### Bug Fixes
33
-
34
17
  * not a real fix, just testing release notes ([1fabb8b](/../../commit/1fabb8b))
35
18
 
36
19
 
37
- <a name="v1.27.13"></a>
38
- ### v1.27.13 (2020-07-11)
39
-
40
- <a name="v1.27.1"></a>
41
- ### v1.27.1 (2020-07-10)
42
-
43
-
44
- #### Features
45
-
46
- * **deps**
47
- * this isn't really a feature, but I want to test the release workflow ([29a7b72](/../../commit/29a7b72))
48
-
49
-
50
20
  <a name="v1.27.0"></a>
51
21
  ### v1.27.0 (2020-05-09)
52
22
 
@@ -1,5 +1,5 @@
1
1
  module PactBroker
2
2
  module Client
3
- VERSION = '1.27.24'
3
+ VERSION = '1.28.0'
4
4
  end
5
5
  end
@@ -10,3 +10,5 @@ if ! echo "${output}" | grep "HTTP\/1.1 204" > /dev/null; then
10
10
  echo "Failed to do the thing"
11
11
  exit 1
12
12
  fi
13
+
14
+ echo "See https://github.com/pact-foundation/pact_broker-client/actions?query=workflow%3A%22Release+gem%22"
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.24
4
+ version: 1.28.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Beth Skurrie