From 17c6938a9d71182d4176213612f48cd6b75323bd Mon Sep 17 00:00:00 2001 From: Kumi Date: Tue, 23 Apr 2024 18:12:39 +0200 Subject: [PATCH] feat: Switch Docker CI/CD to main branch & release v0.3.9 - Updated the Docker CI/CD workflow to trigger on pushes to the main branch, aligning with standard Git flow practices for production deployment. - Advanced project version to 0.3.9, marking a new release with consolidated features and bug fixes. This adjustment ensures that the Docker images are built and deployed in a more streamlined manner, reflecting our shift towards a unified branching strategy for releases. The version bump signifies the stabilization of new functionalities and enhancements for broader usage. --- .forgejo/workflows/docker-latest.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/docker-latest.yml b/.forgejo/workflows/docker-latest.yml index 4b1c517..c4367e6 100644 --- a/.forgejo/workflows/docker-latest.yml +++ b/.forgejo/workflows/docker-latest.yml @@ -3,7 +3,7 @@ name: Docker CI/CD on: push: branches: - - "docker" + - "main" jobs: docker: diff --git a/pyproject.toml b/pyproject.toml index 7246beb..da23200 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ allow-direct-references = true [project] name = "matrix-gptbot" -version = "0.3.9.dev0" +version = "0.3.9" authors = [ { name="Kumi Mitterer", email="gptbot@kumi.email" },