Skip to content

Reset API and test code version information in main branch to wip #59

@hdamker-bot

Description

@hdamker-bot

Problem description

The main branch of this repository contains API definitions and/or test files with version references that are not yet reset to wip. According to CAMARA guidelines, all version fields on the main branch must use work-in-progress (wip) versions between releases.

Files affected:

OpenAPI Definition Files:

  • code/API_definitions/device-roaming-status.yaml: info.version — currently vwip, should be wip
  • code/API_definitions/device-roaming-status-subscriptions.yaml: info.version — currently vwip, should be wip

Expected action

Codeowners should create a PR to update the affected files to use wip versions:

  • Set info.version to "wip" in OpenAPI YAML files
  • Set servers[].url to use /vwip path segment (e.g., {apiRoot}/api-name/vwip)
  • Update Feature lines in test files to reference vwip
  • Update resource URLs in test files to use /vwip/ path segment

Additional context

This is a standard post-release procedure. It won't be necessary within the new CAMARA Release Workflow. The main branch will always stay in work-in-progress state, with version fields only updated to specific versions on dedicated release branches. Therefore the requested PR will prepare the repository for the next development cycle and aligns with the new CAMARA Release Workflow.

References:


Automated check by CAMARA project-administration — checked 2 API definitions and 5 test files

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions