Commit a724bfd To-om
committed
1 parent 6fff788 commit a724bfd Copy full SHA for a724bfd
File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,11 @@ lazy val main = (project in file("."))
17
17
.aggregate(thehiveBackend, thehiveMetrics, thehiveMisp)
18
18
.settings(aggregate in Docker := false )
19
19
.settings(PublishToBinTray .settings: _* )
20
+ .settings(Release .settings: _* )
21
+
22
+ releaseVersionUIFile := baseDirectory.value / " ui" / " package.json"
23
+
24
+ changelogFile := baseDirectory.value / " CHANGELOG.md"
20
25
21
26
// Front-end //
22
27
run := {
@@ -50,10 +55,9 @@ bintrayOrganization := Some("cert-bdf")
50
55
bintrayRepository := " thehive"
51
56
52
57
publish := {
53
- (publishLocal in Docker ).value
58
+ (publish in Docker ).value
54
59
PublishToBinTray .publishRelease.value
55
60
PublishToBinTray .publishLatest.value
56
- // ()
57
61
}
58
62
59
63
releaseProcess := Seq [ReleaseStep ](
You can’t perform that action at this time.
0 commit comments