From 18c199efb5a46d89031d7e055345955278df3940 Mon Sep 17 00:00:00 2001 From: Varakh Date: Sat, 21 Dec 2024 16:10:00 +0100 Subject: [PATCH] Prepare next dev (5.0.1) #release --- .forgejo/workflows/release.yaml | 2 +- CHANGELOG.md | 4 ++++ README.md | 2 ++ _doc/api.yaml | 2 +- commons/constants.go | 2 +- server/web/package.json | 2 +- server/web/src/i18n/translations/en.json | 2 +- 7 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.forgejo/workflows/release.yaml b/.forgejo/workflows/release.yaml index 0eacb76..cba9e76 100644 --- a/.forgejo/workflows/release.yaml +++ b/.forgejo/workflows/release.yaml @@ -5,7 +5,7 @@ on: env: VERSION_MAJOR: 5 VERSION_MINOR: 0 - VERSION_PATCH: 0 + VERSION_PATCH: 1 IMAGE_TAG: varakh/upda IMAGE_TAG_PRIVATE: git.myservermanager.com/varakh/upda FORGEJO_URL: https://git.myservermanager.com diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ec6d96..dbb57d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ Changes adhere to [semantic versioning](https://semver.org). +## [5.0.1] - UNRELEASED + +* ... + ## [5.0.0] - 2024/12/21 > This is a major version upgrade. Other versions are incompatible with this release. diff --git a/README.md b/README.md index db3238d..de75a08 100644 --- a/README.md +++ b/README.md @@ -126,6 +126,7 @@ platform, uploads produced artifacts to that release and publishes docker images built successfully: * Adapt `commons/constants.go` and change `Version` to the correct version number +* Adapt `server/web/package.json` and change `version` to the correct version number * Adapt `CHANGELOG.md` to reflect changes and ensure a date is properly set in the header, also add a reference link in footer (link to scm git tag source) * Adapt `api.yaml`: `version` attribute must reflect the to be released version @@ -134,6 +135,7 @@ built successfully: After the release has been created, ensure to change the following settings for the _next development cycle_: * Adapt `commons/constants.go` and change `Version` to the _next_ version number +* Adapt `server/web/package.json` and change `version` to the _next_ version number * Adapt `CHANGELOG.md` and add an _UNRELEASED_ section * Adapt `api.yaml`: `version` attribute must reflect the _next_ version number * Adapt `env: VERSION_*` in `.forgejo/workflows/release.yaml` to _next_ version number diff --git a/_doc/api.yaml b/_doc/api.yaml index 4110967..f90375f 100644 --- a/_doc/api.yaml +++ b/_doc/api.yaml @@ -2,7 +2,7 @@ openapi: 3.0.3 info: title: upda description: API specification - version: 5.0.0 + version: 5.0.1 externalDocs: description: Find out more about the project url: https://git.myservermanager.com/varakh/upda diff --git a/commons/constants.go b/commons/constants.go index 4b96a7b..2819d2a 100644 --- a/commons/constants.go +++ b/commons/constants.go @@ -1,5 +1,5 @@ package commons const ( - Version = "5.0.0" + Version = "5.0.1" ) diff --git a/server/web/package.json b/server/web/package.json index 5919683..f166f18 100644 --- a/server/web/package.json +++ b/server/web/package.json @@ -1,6 +1,6 @@ { "name": "upda-ui", - "version": "5.0.0", + "version": "5.0.1", "private": true, "author": "varakh@varakh.de", "type": "module", diff --git a/server/web/src/i18n/translations/en.json b/server/web/src/i18n/translations/en.json index f68a4e3..ddb6d07 100644 --- a/server/web/src/i18n/translations/en.json +++ b/server/web/src/i18n/translations/en.json @@ -392,7 +392,7 @@ "version": "Version" }, "version": { - "number": "5.0.0", + "number": "5.0.1", "version": "Version" }, "webhook": {