Prepare next dev (5.0.1) #release
All checks were successful
/ build (push) Successful in 6m16s

This commit is contained in:
Varakh 2024-12-21 16:10:00 +01:00
parent 0137317a0a
commit 18c199efb5
7 changed files with 11 additions and 5 deletions

View file

@ -5,7 +5,7 @@ on:
env: env:
VERSION_MAJOR: 5 VERSION_MAJOR: 5
VERSION_MINOR: 0 VERSION_MINOR: 0
VERSION_PATCH: 0 VERSION_PATCH: 1
IMAGE_TAG: varakh/upda IMAGE_TAG: varakh/upda
IMAGE_TAG_PRIVATE: git.myservermanager.com/varakh/upda IMAGE_TAG_PRIVATE: git.myservermanager.com/varakh/upda
FORGEJO_URL: https://git.myservermanager.com FORGEJO_URL: https://git.myservermanager.com

View file

@ -2,6 +2,10 @@
Changes adhere to [semantic versioning](https://semver.org). Changes adhere to [semantic versioning](https://semver.org).
## [5.0.1] - UNRELEASED
* ...
## [5.0.0] - 2024/12/21 ## [5.0.0] - 2024/12/21
> This is a major version upgrade. Other versions are incompatible with this release. > This is a major version upgrade. Other versions are incompatible with this release.

View file

@ -126,6 +126,7 @@ platform, uploads produced artifacts to that release and publishes docker images
built successfully: built successfully:
* Adapt `commons/constants.go` and change `Version` to the correct version number * 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 * 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) in footer (link to scm git tag source)
* Adapt `api.yaml`: `version` attribute must reflect the to be released version * 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_: 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 `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 `CHANGELOG.md` and add an _UNRELEASED_ section
* Adapt `api.yaml`: `version` attribute must reflect the _next_ version number * Adapt `api.yaml`: `version` attribute must reflect the _next_ version number
* Adapt `env: VERSION_*` in `.forgejo/workflows/release.yaml` to _next_ version number * Adapt `env: VERSION_*` in `.forgejo/workflows/release.yaml` to _next_ version number

View file

@ -2,7 +2,7 @@ openapi: 3.0.3
info: info:
title: upda title: upda
description: API specification description: API specification
version: 5.0.0 version: 5.0.1
externalDocs: externalDocs:
description: Find out more about the project description: Find out more about the project
url: https://git.myservermanager.com/varakh/upda url: https://git.myservermanager.com/varakh/upda

View file

@ -1,5 +1,5 @@
package commons package commons
const ( const (
Version = "5.0.0" Version = "5.0.1"
) )

View file

@ -1,6 +1,6 @@
{ {
"name": "upda-ui", "name": "upda-ui",
"version": "5.0.0", "version": "5.0.1",
"private": true, "private": true,
"author": "varakh@varakh.de", "author": "varakh@varakh.de",
"type": "module", "type": "module",

View file

@ -392,7 +392,7 @@
"version": "Version" "version": "Version"
}, },
"version": { "version": {
"number": "5.0.0", "number": "5.0.1",
"version": "Version" "version": "Version"
}, },
"webhook": { "webhook": {