mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
- Enhanced the `test-release.yaml` workflow to read and determine semantic versioning from `VERSION_PREFIX`, including major, minor, and patch components. - Adjusted versioning format in the workflow to use a new scheme: `major.minor.patch-test+build.build_number`. - Updated Docker image build script to sanitize version strings by replacing '+' with '-' for tagging. - Incremented the version in `VERSION_PREFIX` from `9.0` to `9.1.0`.