Skip to Main Content

SQLcl: MCP Server & SQL Prompt

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

SQLcl project verify - Errors with test "stagechangelogcomplete"

Maurice WilhelmOct 12 2025

Hi everyone,

today I have tried the docker image of the new release SQLcl 25.3.0 in my CI/CD pipeline, and I came across two errors for the verify test “stagechangelogcomplete”.

(1) stage.changelog file not found

I have configured “development” as “defaultBranch” in my project config. When I try to run “project verify” on development, I get the following error:

I do not develop any changes/implementations on that branch, so I don't expect any changelog there, but I am using sub-branches created from it instead. “development” only stores all finished implementations.

Steps to reproduce:

  • run “project init” on development branch
  • create branch “ticket1” from development
  • run "project export" and “project stage” on branch ticket1
  • merge ticket1 back to development
  • run “project verify” on development (e.g. before a release is created)

(2) File not found in stage.changelog:

If I have APEX apps/ORDS included in the project config for export, I get an error message “File not found” for the APEX and ORDS exports when running “project verify”. The project stage command was already executed:

The apps and ords definitions are existing in “dist” though and referenced by the files dist/releases/apex/apex.changelog.xml and dist/releases/ords/ords.changelog.xml.

Steps to reproduce:

  • run “project init” on development branch
  • create branch “ticket1” from development and include APEX and ORDS in the project config
  • run "project export" and “project stage” on branch ticket1
  • run “project verify” on ticket1

I’m not sure if these issues are actual bugs or if they stem from something in my workflow. Could you help me with this?

Kind regards,

Maurice

Comments
Post Details
Added on Oct 12 2025
1 comment
54 views