Skip to content

0.9.0 - #216

Open
sciabarracom wants to merge 14 commits into
mainfrom
0.9.0
Open

0.9.0#216
sciabarracom wants to merge 14 commits into
mainfrom
0.9.0

Conversation

@sciabarracom

Copy link
Copy Markdown
Contributor

sync to manin

@sciabarracom
sciabarracom requested review from d4rkstar and a lite review from Copilot August 18, 2026 09:07

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Warning

Copilot couldn't run its full agentic review because it didn't start before the timeout. Make sure your repository has a runner available, or add a copilot-code-review.yml file specifying one with the runs-on attribute. See the docs for more details.

Updates the repo to align with the latest main state while adding release/build tooling changes.

Changes:

  • Bumped multiple git submodule pointers (e.g., olaris-op, cli, build, etc.).
  • Updated build automation to derive a release/tag, initialize git metadata when missing, and add a release task.
  • Refreshed build instructions in README.md and adjusted license/ignore configuration (e.g., RELEASE file).

Reviewed changes

Copilot reviewed 9 out of 10 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
testing Updates submodule commit pointer
olaris-op Updates submodule commit pointer
olaris Updates submodule commit pointer
cli Updates submodule commit pointer
build Updates submodule commit pointer
build-and-test-ubuntu.sh Configures git identity for build scripts
Taskfile.yml Adds release/tag derivation, gitinit, release packaging task, and formatting tweaks
README.md Updates instructions for using release tarballs vs cloning branches
.licenserc.yaml Expands ignored paths (e.g., .vscode/**, RELEASE, cli)
.gitignore Ignores generated RELEASE file

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread build-and-test-ubuntu.sh Outdated
Comment on lines +102 to +103
git config --global user.name "Build OpenServerless"
git config --global user.email "noreply@example.com"
Comment thread Taskfile.yml
Comment on lines +216 to +221
cd "$i"
if ! test -e .git
then git init 2>/dev/null
git commit -m "init" --allow-empty
fi
cd ..
Comment thread Taskfile.yml
DIR=$(dirname $i)
DIR="$(dirname $i)"
echo "*** Checking license headers in $DIR"
cd $DIR
Comment thread README.md Outdated
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

@d4rkstar d4rkstar left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hello the script build-and-test-ubuntu.sh needs a review from @sciabarracom

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants