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

Commit fe1c08d

Browse files
committed
doc
1 parent 1f4489e commit fe1c08d

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
Changelog of Pull Request Notifier for Bitbucket.
44

55
## Unreleased
6+
### No issue
7+
doc
8+
9+
[24ae3907127c7f4](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/commit/24ae3907127c7f4) Tomas Bjerre *2017-03-04 21:37:40*
10+
11+
## 2.57
12+
### GitHub [#206](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/issues/206) Duplicate menu entries when using "Needs Work"
13+
Avoid adding same button multiple times
14+
15+
[51b86d712403f3c](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/commit/51b86d712403f3c) Tomas Bjerre *2017-03-04 15:51:12*
16+
17+
### No issue
18+
doc
19+
20+
[87db2236cf91acb](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/commit/87db2236cf91acb) Tomas Bjerre *2017-03-01 19:16:03*
21+
22+
## 2.56
623
### GitHub [#202](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/issues/202) Pull Request Notifier for Bitbucket: project-level admin page displays objects from more than one project.
724
Only projects objects on project level
825

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
</goals>
157157
<configuration>
158158
<readableTagName>-([^-]+?)$</readableTagName>
159-
<gitHubApi>http://api.github.com/repos/tomasbjerre/pull-request-notifier-for-bitbucket</gitHubApi>
159+
<gitHubApi>https://api.github.com/repos/tomasbjerre/pull-request-notifier-for-bitbucket</gitHubApi>
160160
<gitHubToken>${GITHUB_OAUTH2TOKEN}</gitHubToken>
161161
<gitHubIssuePattern>#([0-9]*)</gitHubIssuePattern>
162162
<filePath>CHANGELOG.md</filePath>
@@ -290,4 +290,4 @@ Changelog of Pull Request Notifier for Bitbucket.
290290
<quick.reload.version>2.0.0</quick.reload.version>
291291
<amps.version>6.1.0</amps.version>
292292
</properties>
293-
</project>
293+
</project>

0 commit comments

Comments
 (0)