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 Mar 4, 2017
1 parent 1f4489e commit fe1c08d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
Changelog of Pull Request Notifier for Bitbucket.

## Unreleased
### No issue
doc

[24ae3907127c7f4](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/commit/24ae3907127c7f4) Tomas Bjerre *2017-03-04 21:37:40*

## 2.57
### GitHub [#206](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/issues/206) Duplicate menu entries when using "Needs Work"
Avoid adding same button multiple times

[51b86d712403f3c](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/commit/51b86d712403f3c) Tomas Bjerre *2017-03-04 15:51:12*

### No issue
doc

[87db2236cf91acb](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/commit/87db2236cf91acb) Tomas Bjerre *2017-03-01 19:16:03*

## 2.56
### 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.
Only projects objects on project level

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
</goals>
<configuration>
<readableTagName>-([^-]+?)$</readableTagName>
<gitHubApi>http://api.github.com/repos/tomasbjerre/pull-request-notifier-for-bitbucket</gitHubApi>
<gitHubApi>https://api.github.com/repos/tomasbjerre/pull-request-notifier-for-bitbucket</gitHubApi>
<gitHubToken>${GITHUB_OAUTH2TOKEN}</gitHubToken>
<gitHubIssuePattern>#([0-9]*)</gitHubIssuePattern>
<filePath>CHANGELOG.md</filePath>
Expand Down Expand Up @@ -290,4 +290,4 @@ Changelog of Pull Request Notifier for Bitbucket.
<quick.reload.version>2.0.0</quick.reload.version>
<amps.version>6.1.0</amps.version>
</properties>
</project>
</project>

0 comments on commit fe1c08d

Please sign in to comment.