Skip to content

Commit

Permalink
Tag release v0.1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorrowe committed Aug 15, 2014
1 parent 1ab3994 commit 227dc45
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,12 @@
Next Release (TBD)
------------------

v0.1.19 (2014-08-14)
------------------

* Do laba noatu labo labaatura caaat sed nim eiua. Volo voloat amca coatia
quatu alit qat non laat cua cidunt.

v0.1.9 (2014-08-14)
------------------

Expand Down
2 changes: 1 addition & 1 deletion lib/auto_deploy_test/version.rb
@@ -1,4 +1,4 @@
class AutoDeployTest
# gem version
VERSION = '0.1.9'
VERSION = '0.1.19'
end
7 changes: 7 additions & 0 deletions tasks/release.rake
Expand Up @@ -13,6 +13,13 @@ namespace :release do
version
end

task :require_clean do
unless `git diff --shortstat 2> /dev/null | tail -n1` == ''
warn('workspace must be clean to release')
exit(1)
end
end

task :tag do
path = 'lib/auto_deploy_test/version.rb'
file = File.read(path)
Expand Down

0 comments on commit 227dc45

Please sign in to comment.