primedia-qa_release_tasks 0.4.2 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
data/lib/git/tagger.rb CHANGED
@@ -48,6 +48,8 @@ module Git
48
48
  Conflicts when updating the QA branch from master prevented a release from being created.
49
49
  Please resolve these conflicts and then re-run rake qa:release:new.
50
50
  EOS
51
+ else
52
+ system("git push")
51
53
  end
52
54
 
53
55
  unless response.include?("Fast forward") || response.include?('Already up-to-date.')
@@ -6,7 +6,7 @@ require 'git/tagger'
6
6
  require 'tasks/qa_release'
7
7
 
8
8
  module QaReleaseTasks
9
- VERSION = '0.4.2'
9
+ VERSION = '0.5.0'
10
10
 
11
11
  def self.version
12
12
  VERSION
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: primedia-qa_release_tasks
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.2
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jason Noble
@@ -10,7 +10,7 @@ autorequire: qa_release_tasks
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2009-04-02 00:00:00 -07:00
13
+ date: 2009-04-13 00:00:00 -07:00
14
14
  default_executable: git-changelog
15
15
  dependencies: []
16
16