From 04b855de5f13d025cf02d4cf9df53f404b8dd1d7 Mon Sep 17 00:00:00 2001
From: Volker Schukai <volker.schukai@schukai.com>
Date: Thu, 20 Jun 2024 19:49:25 +0200
Subject: [PATCH] fix: wip new pipeline

---
 CHANGELOG.md          | 110 +-----------------------------------------
 nix/scripts/build.nix |   2 +-
 2 files changed, 2 insertions(+), 110 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index a338aacf2..7c083b48e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,123 +4,15 @@
 
 ## [3.65.15] - 2024-06-20
 
-### Bug Fixes
-
-- wip new pipeline
-
-
-
-## [3.65.14] - 2024-06-20
-
-### Bug Fixes
-
-- wip new pipeline
-
-
-
-## [3.65.13] - 2024-06-20
-
-### Bug Fixes
-
-- wip new pipeline
-
-
-
-## [3.65.12] - 2024-06-20
-
-### Bug Fixes
-
-- wip new pipeline
-
-
-
-## [3.65.11] - 2024-06-20
-
-### Bug Fixes
-
-- wip new pipeline
-
-
-
-## [3.65.10] - 2024-06-20
-
-### Bug Fixes
-
-- wip new pipeline
-
-
-
-## [3.65.9] - 2024-06-20
-
-### Bug Fixes
-
-- wip new pipeline
-
-
-
-## [3.65.8] - 2024-06-20
-
-### Bug Fixes
-
-- wip new pipeline
-
-
-
-## [3.65.7] - 2024-06-20
-
-### Bug Fixes
-
-- wip new pipeline
-
-
-
-## [3.65.6] - 2024-06-19
-
-### Bug Fixes
-
-- wip new pipeline
-- wip new pipeline
-- wip new pipeline
-- wip new pipeline
-- wip new pipeline
-- wip new pipeline
-### Changes
-
-- release 3.65.6
-
-
-
-## [3.65.5] - 2024-06-19
-
-### Bug Fixes
-
-- no code fix; only release and publish process
-
-
-
-## [3.65.4] - 2024-06-19
-
-### Bug Fixes
-
-- no code fix; only release and publish process
-
-
 
 ## [3.65.3] - 2024-06-19
 
 ### Bug Fixes
 
 - switch nodejs_22 to nodejs_20
-- no code fix; only release and publish process
-
-
 
-## [3.65.2] - 2024-06-19
-
-### Bug Fixes
-
-- no code fix; only release and publish process
 ## [3.65.1] - 2024-06-17
+
 ### Bug Fixes
 
 - close Button fix message.mjs [#197](https://gitlab.schukai.com/oss/libraries/javascript/monster/-/issues/197)
diff --git a/nix/scripts/build.nix b/nix/scripts/build.nix
index c7e7bfba9..cc7d134f4 100644
--- a/nix/scripts/build.nix
+++ b/nix/scripts/build.nix
@@ -71,7 +71,7 @@ set -x
     fi
 
     ${pkgs'.coreutils}/bin/mkdir -p $out
-    if ! ${pkgs'.gnutar}/bin/tar -czvf $out/monster-${version}.tgz .
+    if ! ${pkgs'.gnutar}/bin/tar -czvf $out/monster-${version}.tgz *
     then
       echo_fail "Failed to create tarball. Exiting."
       exit 1
-- 
GitLab