Skip to content

Commit

Permalink
Added another message to the release script
Browse files Browse the repository at this point in the history
  • Loading branch information
samcrow committed Jan 31, 2016
1 parent 28f0f4b commit 23a6915
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/release.rb
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,9 @@ def update_build_file(path, version)
File.rename("#{repo_root}/app/build/outputs/apk/app-release-unsigned.apk",
apk_path)


print_conspicuously ['Build succeeded', 'Committing and pushing version change']

# Commit changes
result = system "git add #{repo_root}/app/build.gradle"
if !result
Expand Down

0 comments on commit 23a6915

Please sign in to comment.