From 3d8b452a9e7da7d64114452775c3f46823e89cd3 Mon Sep 17 00:00:00 2001 From: Exelo Date: Fri, 9 Jan 2026 17:10:59 +0100 Subject: [PATCH] chore: fix changelog generator --- utils/actions/.cliff-jumperrc.json | 2 +- utils/actions/CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/actions/.cliff-jumperrc.json b/utils/actions/.cliff-jumperrc.json index b3bb770..2461b0b 100644 --- a/utils/actions/.cliff-jumperrc.json +++ b/utils/actions/.cliff-jumperrc.json @@ -2,6 +2,6 @@ "$schema": "https://raw.githubusercontent.com/favware/cliff-jumper/main/assets/cliff-jumper.schema.json", "name": "actions", "org": "nanoforge-dev", - "packagePath": "packages/actions", + "packagePath": "utils/actions", "identifierBase": false } diff --git a/utils/actions/CHANGELOG.md b/utils/actions/CHANGELOG.md index b05bb98..3b6901b 100644 --- a/utils/actions/CHANGELOG.md +++ b/utils/actions/CHANGELOG.md @@ -6,5 +6,5 @@ All notable changes to this project will be documented in this file. ## CI -- add release ci (#164) ([7e771e5f](https://github.com/NanoForge-dev/Engine/commit/7e771e5fac06fe3b1b4ecf45d99fa8432a8a02ee)) by @Exeloo +- Add release ci (#164) ([7e771e5f](https://github.com/NanoForge-dev/Engine/commit/7e771e5fac06fe3b1b4ecf45d99fa8432a8a02ee)) by @Exeloo