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

Commit 025f6fe

Browse files
committed
doc
1 parent 6f7e6bc commit 025f6fe

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,16 @@
22

33
Changelog of Pull Request Notifier for Bitbucket.
44

5-
## Unreleased
5+
## 2.41
6+
### 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
7+
Adjustments after merging PR
8+
9+
* Formatting code
10+
* Regenerating changelog
11+
* Sorting variables instead of relying on their order in the Enum.values(), to make tests stable.
12+
13+
[ef8d4960b03467b](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/commit/ef8d4960b03467b) Tomas Bjerre *2016-11-23 18:07:18*
14+
615
### Jira
716
[] Provide list of PR reviewers and participants as URL support variables
817

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The plugin has its own implementation to create the RESCOPED_FROM and RESCOPED_T
4646

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

49-
* ${EVERYTHING_URL} Example: PULL_REQUEST_ID=1&PULL_REQUEST_TITLE=some%20thing...
49+
* ${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...
5050
* ${PULL_REQUEST_ID} Example: 1
5151
* ${PULL_REQUEST_TITLE} Example: Anything
5252
* ${PULL_REQUEST_VERSION} Example: 1

0 commit comments

Comments
 (0)