Skip to content

Commit f8e9c89

Browse files
committed
update release process
1 parent c97cee2 commit f8e9c89

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

Rakefile

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -314,20 +314,21 @@ task :docker_run do
314314
STDOUT.puts "Steps to perform a COSMOS release:"
315315
STDOUT.puts "1. git config --global user.name \"First Last\""
316316
STDOUT.puts "2. git config --global user.email \"[email protected]\""
317-
STDOUT.puts "3. export VERSION=X.X.X"
318-
STDOUT.puts "4. rake release"
319-
STDOUT.puts "5. rake commit_release"
320-
STDOUT.puts "6. export PATH=/opt/jruby/bin:$PATH"
321-
STDOUT.puts "7. rake gem"
322-
STDOUT.puts "8. gem push cosmos-X.X.X.gem"
323-
STDOUT.puts "9. gem push cosmos-X.X.X-java.gem"
324-
STDOUT.puts "10. cd /devel/cosmos-docker"
325-
STDOUT.puts "11. Update COSMOS_VERSION in all Dockerfiles"
326-
STDOUT.puts "12. git commit -a -m \"Release COSMOS vX.X.X\""
327-
STDOUT.puts "13. git push"
328-
STDOUT.puts "14. git checkout -b vX.X.X"
329-
STDOUT.puts "15. git push --set-upstream origin vX.X.X"
330-
STDOUT.puts "16. Update release notes on github.com and cosmosrb.com"
317+
STDOUT.puts "3. git pull"
318+
STDOUT.puts "4. export VERSION=X.X.X"
319+
STDOUT.puts "5. rake release"
320+
STDOUT.puts "6. rake commit_release"
321+
STDOUT.puts "7. export PATH=/opt/jruby/bin:$PATH"
322+
STDOUT.puts "8. rake gem"
323+
STDOUT.puts "9. gem push cosmos-X.X.X.gem"
324+
STDOUT.puts "10. gem push cosmos-X.X.X-java.gem"
325+
STDOUT.puts "11. cd /devel/cosmos-docker"
326+
STDOUT.puts "12. Update COSMOS_VERSION in all Dockerfiles"
327+
STDOUT.puts "13. git commit -a -m \"Release COSMOS vX.X.X\""
328+
STDOUT.puts "14. git push"
329+
STDOUT.puts "15. git checkout -b vX.X.X"
330+
STDOUT.puts "16. git push --set-upstream origin vX.X.X"
331+
STDOUT.puts "17. Update release notes on github.com and cosmosrb.com"
331332

332333
_, platform, *_ = RUBY_PLATFORM.split("-")
333334
if (platform == 'mswin32' or platform == 'mingw32') and which('winpty')

0 commit comments

Comments
 (0)