Skip to content
This repository has been archived by the owner on Jun 9, 2021. It is now read-only.

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Nov 30, 2016
1 parent 6f7e6bc commit 025f6fe
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,16 @@

Changelog of Pull Request Notifier for Bitbucket.

## Unreleased
## 2.41
### GitHub [#162](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/issues/162) Provide list of email addressed for PR reviewers and participants as URL support variables
Adjustments after merging PR

* Formatting code
* Regenerating changelog
* Sorting variables instead of relying on their order in the Enum.values(), to make tests stable.

[ef8d4960b03467b](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/commit/ef8d4960b03467b) Tomas Bjerre *2016-11-23 18:07:18*

### Jira
[] Provide list of PR reviewers and participants as URL support variables

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ The plugin has its own implementation to create the RESCOPED_FROM and RESCOPED_T

The filter text as well as the URL support variables. These are:

* ${EVERYTHING_URL} Example: PULL_REQUEST_ID=1&PULL_REQUEST_TITLE=some%20thing...
* ${EVERYTHING_URL} This variable is resolved to all available variables. The name of each parameter is the name of that variable. Example: PULL_REQUEST_ID=1&PULL_REQUEST_TITLE=some%20thing...
* ${PULL_REQUEST_ID} Example: 1
* ${PULL_REQUEST_TITLE} Example: Anything
* ${PULL_REQUEST_VERSION} Example: 1
Expand Down

0 comments on commit 025f6fe

Please sign in to comment.