#!/bin/bash

NAME=`pwd | xargs basename`
TAG=$1


svn copy . http://plugins.svn.wordpress.org/${NAME}/tags/${TAG} -m "Release ${TAG}"