We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cd to one directory higher than the plugin directory, then:
TAG=1.2.0 tar -zcvf kindle-feed-$TAG.tar.gz \ --exclude='.git' --exclude='difflist' \ --exclude='*.md' \--exclude='*.log' kindle-feed
scp the file up to the server and unpack:
gunzip < kindle-feed-1.1.0.tar.gz | tar -xvf -