Skip to content

Commit

Permalink
Ignore pkg build artifact directory and add message when tagging a re…
Browse files Browse the repository at this point in the history
…lease
  • Loading branch information
marcel committed Jun 7, 2008
1 parent 959f89f commit ce1517c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,2 +1,3 @@
.rake_tasks
site/public/index.html
pkg/
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -111,7 +111,7 @@ namespace :dist do

desc 'Tag release'
task :tag do
sh %(git tag -a #{spec.version}-release && git push --tags")
sh %(git tag -a '#{spec.version}-release' -m 'Tagging #{spec.version} release' && git push --tags")
end

desc 'Update changelog to include a release marker'
Expand Down

0 comments on commit ce1517c

Please sign in to comment.