# File lib/buildr/core/build.rb, line 487
    def tag_release(tag)
      # Unlike Git, committing the buildfile with the released version is not necessary.
      # svn tag does commit & tag.
      info "Tagging release #{tag}"
      Svn.tag tag
    end