allegro_release 0.1.4 → 0.1.5
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/allegro_release/version.rb +1 -1
- data/lib/allegro_release.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 46db88aa057e9f57a49449d05d2b62fca123f5b1
|
4
|
+
data.tar.gz: 6807e8cdec58babbd6d4a79933b3f02e4da9de49
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4bd37a4783fe439c8cf6807b21780d02604350b98f44931a31af3141d2525db0bdbe519799ceb126e11826f336d6c7ca59405a1a4d2a14022ba1b22345d7d257
|
7
|
+
data.tar.gz: 3b33250f736cb388eabde4b11b6044acd8b5da34dd3e1b9fb4663085bbbfaaa761e6c8f13a06872986a80c6bc2ead5cecdee15953fcdebb18eef0f820941942b
|
data/lib/allegro_release.rb
CHANGED
@@ -61,7 +61,7 @@ module AllegroRelease
|
|
61
61
|
def self.to_master
|
62
62
|
checkout_develop
|
63
63
|
create_pull_request_to_master
|
64
|
-
puts "Second step is done! Now head to HipChat and paste the content of clipboard that contains link to pull request. After manual merge perform `
|
64
|
+
puts "Second step is done! Now head to HipChat and paste the content of clipboard that contains link to pull request. After manual merge perform `allegro_release finish`.".colorize(:green)
|
65
65
|
end
|
66
66
|
|
67
67
|
def self.create_pull_request_to_master
|
@@ -79,7 +79,7 @@ module AllegroRelease
|
|
79
79
|
commit_release(next_version)
|
80
80
|
push_changes_to_remote_branch(next_version)
|
81
81
|
create_pull_request_to_develop(next_version)
|
82
|
-
puts "First step is done! Now head to HipChat and paste the content of clipboard that contains link to pull request. After manual merge perform `
|
82
|
+
puts "First step is done! Now head to HipChat and paste the content of clipboard that contains link to pull request. After manual merge perform `allegro_release to_master`.".colorize(:green)
|
83
83
|
end
|
84
84
|
|
85
85
|
def self.create_pull_request_to_develop(version)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: allegro_release
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Aleksander Grzyb
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-03-
|
11
|
+
date: 2016-03-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|