github_workflow 0.1.9 → 0.1.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/github_workflow/cli.rb +1 -1
- data/lib/github_workflow/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 57101d4aac61f768528f2a78f63b0aa70b84aef70c9e34fc32c6ebf3d800d770
|
4
|
+
data.tar.gz: c122577d5230b100b8a20372674d8f62c851cc9c30de198ec23563f631e9cd8a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7a9a103fa3b5a08aca5db85b52494e1b92fe868a78680817892ce8ec31da4eeba00f3f541bc3087cd62718869f40d84fe7bd5a811e35cb07f2bc52c0a3e49edc
|
7
|
+
data.tar.gz: 572ea81d39fc51c79eecca955d0817550421abc23da0bb16ed51a5b2aa222457902025a13bce88453331669eaa55c76b3bec6c5465b571a0a2f9be624d188dc4
|
data/lib/github_workflow/cli.rb
CHANGED
@@ -303,7 +303,7 @@ module GithubWorkflow
|
|
303
303
|
|
304
304
|
def formatted_deploy_notes
|
305
305
|
pull_request_in_commit_range.map do |pr|
|
306
|
-
deploy_note = pr["body"].to_s.
|
306
|
+
deploy_note = pr["body"].to_s.split("**Deploy Note:**")[1].to_s.split(/\n/)[0].to_s
|
307
307
|
|
308
308
|
if deploy_note.length > 0
|
309
309
|
"- #{deploy_note}"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: github_workflow
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.10
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ben Liscio
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-03-
|
11
|
+
date: 2019-03-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thor
|