Skip to content

Commit

Permalink
RELEASE: add some notes to release file
Browse files Browse the repository at this point in the history
  • Loading branch information
dustymabe committed Apr 2, 2017
1 parent a42a386 commit ee82c07
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions RELEASE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,13 @@ gpg --armor --detach-sign pkg/vagrant-sshfs-1.2.0.gem
$ ls pkg/vagrant-sshfs-1.2.0.gem*
pkg/vagrant-sshfs-1.2.0.gem pkg/vagrant-sshfs-1.2.0.gem.asc

# make tar.gz and zip files
git archive --format=tar.gz v1.3.0 > vagrant-sshfs-1.3.0.tar.gz
gpg --armor --detach-sign vagrant-sshfs-1.3.0.tar.gz
git archive --format=zip v1.3.0 > vagrant-sshfs-1.3.0.zip
gpg --armor --detach-sign vagrant-sshfs-1.3.0.zip


# Update release notes and upload files on github

# push to rubygems with:
Expand Down

0 comments on commit ee82c07

Please sign in to comment.