Skip to content

Conversation

@FrederickEngelhardt
Copy link
Contributor


name: Pull Request
about: Propose changes to OSA
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

@FrederickEngelhardt FrederickEngelhardt merged commit 669ab9d into main Dec 30, 2025
2 checks passed
@FrederickEngelhardt FrederickEngelhardt deleted the feat/add-duti-config branch December 30, 2025 01:14
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