Hi,
We have been running a CI/CD pipeline with SQLcl project and noticed an issue when upgrading from SQLcl 26.1.2 to SQLcl 26.2.0.
After the upgrade, the project release -version command now reports an error:
ERROR: An error has occurred processing your request:
Cannot resolve release tag author from the active database connection.
Previously, it ran clean with no errors.
Our release process has always called project release and project gen-artifact with no database connection (sql /nolog …).
Is this a known issue or expected change in behaviour?
Thanks,
Mark