README.md in pr_log-0.2.0 vs README.md in pr_log-0.3.0
- old
+ new
@@ -91,10 +91,11 @@
- `entry_template`: Template string used for new changelog
entries. All fields from the
[issue search response](https://developer.github.com/v3/search/#search-issues)
can be used as interpolations.
+ Default value: `- %{title} ([#%{number}](%{html_url}))`. Use `.` for nested fields (e.g. `%{user.login}`).
- `github_repository`: Name of the GitHub repository of the form
`user/repository`.
- `insert_after`: Regular expression or string matching the line
@@ -123,9 +124,10 @@
## Development
After checking out the repo, run `bin/setup` to install
dependencies. You can also run `bin/console` for an interactive prompt
that will allow you to experiment.
+You can then use `rake install` to install the gem locally.
### Running the Test Suite
Ensure the environment variable `PR_LOG_FIXTURE_OAUTH_TOKEN` is set to
a valid GitHub access token. Then run `bin/rspec`. The test suite uses