Skip to content

Commit a724bfd

Browse files
author
To-om
committed
#28 fix build settings
1 parent 6fff788 commit a724bfd

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

build.sbt

+6-2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ lazy val main = (project in file("."))
1717
.aggregate(thehiveBackend, thehiveMetrics, thehiveMisp)
1818
.settings(aggregate in Docker := false)
1919
.settings(PublishToBinTray.settings: _*)
20+
.settings(Release.settings: _*)
21+
22+
releaseVersionUIFile := baseDirectory.value / "ui" / "package.json"
23+
24+
changelogFile := baseDirectory.value / "CHANGELOG.md"
2025

2126
// Front-end //
2227
run := {
@@ -50,10 +55,9 @@ bintrayOrganization := Some("cert-bdf")
5055
bintrayRepository := "thehive"
5156

5257
publish := {
53-
(publishLocal in Docker).value
58+
(publish in Docker).value
5459
PublishToBinTray.publishRelease.value
5560
PublishToBinTray.publishLatest.value
56-
// ()
5761
}
5862

5963
releaseProcess := Seq[ReleaseStep](

0 commit comments

Comments
 (0)