From a61a27df1734d303593fb7e37a811a3d619b00d8 Mon Sep 17 00:00:00 2001 From: Faucon <49079695+FauconSpartiate@users.noreply.github.com> Date: Sat, 20 Jan 2024 23:23:25 +0100 Subject: [PATCH] CI --- .github/workflows/release.yaml | 2 +- CHANGELOG.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c71d418e..b0585242 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -96,7 +96,7 @@ jobs: git push build: - needs: prepare_release + needs: [prepare_release, bump_submodule] runs-on: macos-latest steps: - name: Get packages diff --git a/CHANGELOG.md b/CHANGELOG.md index 482f2251..0059af7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.6.4] - 2023-01-20 + +### CI tests + +- Tests for CI + ## [2.6.3] - 2023-12-31 ### Bug fixing