Skip to content

Add depot-tools meant for chromium development#2

Merged
FrederickEngelhardt merged 7 commits intomainfrom
feat/add-depot-tools
Dec 30, 2025
Merged

Add depot-tools meant for chromium development#2
FrederickEngelhardt merged 7 commits intomainfrom
feat/add-depot-tools

Conversation

@FrederickEngelhardt
Copy link
Copy Markdown
Contributor


name: Pull Request
about: depot tools for chromium
title: ''
labels: ''
assignees: ''


Description

Type of Change

  • 🐛 Bug fix (patch)
  • ✨ New feature (minor)
  • 💥 Breaking change (major)
  • 📚 Documentation update
  • 🔒 Security fix
  • 🔧 Maintenance/Refactoring

Release Management

For automatic release on merge, add one of these labels:

  • release:major - Breaking changes, incompatible API changes (bumps 1.x.x → 2.0.0)
  • release:minor - New features, backwards-compatible (bumps x.1.x → x.2.0)

No label = No automatic release (manual release via GitHub Actions later)

Testing

  • Tested on macOS
  • Tested on Linux
  • Tested on WSL
  • Ran ./osa-cli.zsh --scan-secrets (if touching constructors)
  • Ran tests: ./tests/run-tests.zsh

Checklist

  • My code follows the zsh style of this project
  • I have added #!/usr/bin/env zsh shebang to new scripts
  • I have updated documentation (if applicable)
  • No hardcoded secrets (use osa-secret-set instead)
  • All files use .zsh extension (unless intentionally .sh for bash)
  • I have added appropriate release label (release:major or release:minor)

Additional Context

Loading
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.

2 participants