Compare commits

...

1 Commits

Author SHA1 Message Date
DevTekVE
16084de16d update versioning scheme to use v202 prefix for Release Drafter
- Changed `version-template` and `tag-prefix` to align with the `v202` versioning format.
- Prepares for improved version clarity and consistency moving forward.
2025-11-06 21:33:52 +01:00

View File

@@ -34,8 +34,8 @@ version-resolver:
default: patch
name-template: 'v$RESOLVED_VERSION 🚀'
tag-template: 'v$RESOLVED_VERSION'
version-template: "0.$MAJOR.$MINOR.$PATCH" # The day OP becomes v1, we need to bump this
tag-prefix: "v0." # The day OP becomes v1, we need to bump this
version-template: "v202$MAJOR.$MINOR.$PATCH" # The day OP becomes v1, we need to bump this
tag-prefix: "v202" # The day OP becomes v1, we need to bump this
prerelease-identifier: "staging"
template: |
## Changes