File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
src/main/scala/gitbucket/notifications/service Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ This plug-in provides notifications feature on GitBucket.
44
55Plugin version | GitBucket version
66:--------------|:--------------------
7+ 1.7.x | 4.30.x
781.6.x | 4.26.x
891.5.x | 4.23.x - 4.25.x
9101.4.x | 4.19.x - 4.22.x
Original file line number Diff line number Diff line change 11name := " gitbucket-notifications-plugin"
22organization := " io.github.gitbucket"
3- version := " 1.6 .0"
4- scalaVersion := " 2.12.6 "
5- gitbucketVersion := " 4.26.0 "
3+ version := " 1.7 .0"
4+ scalaVersion := " 2.12.7 "
5+ gitbucketVersion := " 4.30.0-SNAPSHOT "
Original file line number Diff line number Diff line change 1- sbt.version =1.1 .6
1+ sbt.version =1.2 .6
Original file line number Diff line number Diff line change @@ -132,6 +132,7 @@ class IssueHook extends gitbucket.core.plugin.IssueHook
132132 Markdown .toHtml(
133133 markdown = markdown,
134134 repository = r,
135+ branch = r.repository.defaultBranch,
135136 enableWikiLink = false ,
136137 enableRefsLink = true ,
137138 enableAnchor = false ,
You can’t perform that action at this time.
0 commit comments