Skip to content

Commit e32bfad

Browse files
committed
Remove staging process
1 parent 7742c15 commit e32bfad

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tasks/release.rake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ Buildr::ReleaseTool.define_release_task do |t|
99
t.patch_changelog('arez/arez-persist')
1010
t.patch_maven_version_in_readme
1111
t.tag_project
12-
t.cleanup_staging
13-
t.stage_release(:release_to => { :url => 'https://stocksoftware.jfrog.io/stocksoftware/staging', :username => ENV['STAGING_USERNAME'], :password => ENV['STAGING_PASSWORD'] })
1412
t.maven_central_publish(:additional_tasks => 'site:publish_if_tagged')
1513
t.patch_changelog_post_release
1614
t.push_changes

0 commit comments

Comments
 (0)