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

Commit 934453f

Browse files
committed
doc
1 parent e8e9d50 commit 934453f

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ Changelog of Pull Request Notifier for Bitbucket.
44

55
## Unreleased
66
### No issue
7-
Using entire injection URL regexp as group when no grouping
7+
doc
88

9-
[9522f3dbf758846](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/commit/9522f3dbf758846) Tomas Bjerre *2016-05-09 15:59:09*
9+
[55f19dc010bf728](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/commit/55f19dc010bf728) Tomas Bjerre *2016-05-09 16:10:09*
1010

11-
## RC1
11+
## 2.18
1212
### GitHub [#109](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/issues/109) Refactor admin pages
1313
Adding buttons after refactoring
1414

@@ -45,6 +45,10 @@ Changelog of Pull Request Notifier for Bitbucket.
4545
[319f5de5c123e06](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/commit/319f5de5c123e06) Tomas Bjerre *2016-05-08 13:07:55*
4646

4747
### No issue
48+
Using entire injection URL regexp as group when no grouping
49+
50+
[63d51f7cff69fbc](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/commit/63d51f7cff69fbc) Tomas Bjerre *2016-05-09 16:03:27*
51+
4852
changelog maven plugin 1.29
4953

5054
[25ccd05b465bd4a](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/commit/25ccd05b465bd4a) Tomas Bjerre *2016-04-14 16:36:16*

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ The Pull Request Notifier for Bitbucket can:
3737
* If PR has, or has no, conflicts
3838
* Only if PR has conflicts
3939
* Only if PR has no conflicts
40+
* Nice configuration GUI.
41+
* Global at */bitbucket/plugins/servlet/prnfb/admin*
42+
* Repo level at */bitbucket/plugins/servlet/prnfb/admin/PROJECT_1/rep_1*
4043

4144
The plugin has its own implementation to create the RESCOPED_FROM and RESCOPED_TO events. RESCOPED is transformed to RESCOPED_TO if target branch changed, RESCOPED_FROM if source branch, or both, changed.
4245

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@
151151
<gitHubToken>${GITHUB_OAUTH2TOKEN}</gitHubToken>
152152
<gitHubIssuePattern>#([0-9]*)</gitHubIssuePattern>
153153
<filePath>CHANGELOG.md</filePath>
154+
<ignoreTagsIfNameMatches>.*RC.*</ignoreTagsIfNameMatches>
154155
<removeIssueFromMessage>true</removeIssueFromMessage>
155156
<templateContent>
156157
<![CDATA[

0 commit comments

Comments
 (0)