Skip to content

Commit

Permalink
RELEASE: update notes
Browse files Browse the repository at this point in the history
  • Loading branch information
dustymabe committed Nov 26, 2016
1 parent acfdc0f commit bdfdfa4
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions RELEASE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ vagrant up
follow README for running tests

# Make sure to bump version in lib/vagrant-sshfs/version.rb and commit
# DO NOT TAG YET

# Install git-evtag

git-evtag sign v1.2.0
# Craft a commit message for the tag. View the commit message for
a previous tag by running: git tag -l -n100 v1.2.1

-> In vim add thanks to contributors - grab info with
git log --no-merges --pretty=format:"%h - %an - %s"
Expand All @@ -22,6 +23,11 @@ git-evtag sign v1.2.0

-> In vim add release message - see previous tag for example

# After crafting message then install git-evtag and sign

git-evtag sign vX.X.X


close and type in password for signing

verify with git-evtag verify v1.2.0
Expand Down

0 comments on commit bdfdfa4

Please sign in to comment.