Skip to content

Commit

Permalink
Minor fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
skyzyx committed Oct 28, 2015
1 parent 496e700 commit 5b6b887
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ tag:
git add .
git commit -a -m "Cryptographically signed the $$(cat ./VERSION) release."
chag tag
# git tag $$(cat ./VERSION)

#-------------------------------------------------------------------------------

Expand Down
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@ make docs
1. The `Makefile` (yes, `Makefile`) has a series of commands to simplify the development and deployment process.
1. Also install [Chag](https://github.com/mtdowling/chag). This is used for managing the CHANGELOG and annotating the Git release correctly.

### Updating the CHANGELOG

Make sure that the [[CHANGELOG.md]] is human-friendly. See <http://keepachangelog.com> if you don’t know how.

### `make`

Running `make` by itself will show you a list of available sub-commands.
Expand Down Expand Up @@ -167,6 +171,16 @@ make tag

You can view your changes in the `SIGNED.md` file.

### Drafting a GitHub release

1. Go to https://github.com/wepay/signer-php/tags
1. Find the new tag that you just pushed. Click the ellipsis (``) to see the commit notes. Copy these.
1. To the right, choose _Add release notes_. Your _Tag version_ should be pre-filled.
1. The _Release title_ should match your _Tag version_.
1. Inside _Describe this release_, paste the notes that you copied on the previous page.
1. Choose _Publish release_.
1. Your release should now be the latest. https://github.com/wepay/signer-php/releases/latest


## Contributing
Here's the process for contributing:
Expand Down

0 comments on commit 5b6b887

Please sign in to comment.