File tree 1 file changed +13
-9
lines changed
1 file changed +13
-9
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ In addition, this plug-in is made to just experiment continuous integration on G
56
56
57
57
Plugin version | GitBucket version
58
58
:--------------|:--------------------
59
+ 1.8.x | 4.31.x -
59
60
1.7.x | 4.30.x -
60
61
1.6.x - | 4.24.0 -
61
62
1.5.x - | 4.23.1 -
@@ -73,6 +74,9 @@ Run `sbt assembly` and copy generated `/target/scala-2.12/gitbucket-ci-plugin-as
73
74
74
75
## Release Notes
75
76
77
+ ### 1.8.1
78
+ - Bug fix
79
+
76
80
### 1.8.0
77
81
- Docker support
78
82
@@ -93,24 +97,24 @@ Run `sbt assembly` and copy generated `/target/scala-2.12/gitbucket-ci-plugin-as
93
97
94
98
### 1.3.0
95
99
96
- - update for Scalatra 2.6
97
- - fix skipping pull request build bug
100
+ - Update for Scalatra 2.6
101
+ - Fix skipping pull request build bug
98
102
99
103
### 1.2.0
100
104
101
- - build workspace browser
102
- - altered build directories location
105
+ - Build workspace browser
106
+ - Altered build directories location
103
107
104
108
### 1.1.0
105
109
106
- - skip build by commit message
107
- - re -run build by pull request comment
108
- - supply environment variables in build script
110
+ - Skip build by commit message
111
+ - Re -run build by pull request comment
112
+ - Supply environment variables in build script
109
113
110
114
### 1.0.1
111
115
112
- - build status badge
113
- - fix pull request build bug
116
+ - Build status badge
117
+ - Fix pull request build bug
114
118
115
119
### 1.0.0
116
120
You can’t perform that action at this time.
0 commit comments