Skip to content

Conversation

@Pymetheus
Copy link
Owner

Description

Align the bootstrap commit message with conventional commits and switch sed delimiters from "/" to "|" to avoid escaping issues.

Type of Change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Code refactoring
  • Performance improvement
  • Test addition or update

Related Issue

No issue

Changes Made

  • switch sed delimiters from "/" to "|"
  • updated commit message inside the bootstrapping workflow

Testing

Describe how you tested your changes:

  • Unit tests pass
  • Integration tests pass
  • Manual testing performed

Screenshots (if applicable)

Checklist

  • My code follows the project's style guidelines
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have updated the documentation accordingly
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

Additional Context

Align the bootstrap commit message with conventional commits and switch sed delimiters from "/" to "|" to avoid escaping issues.
@github-actions github-actions bot added the enhancement Types: Improvement to an existing feature label Jan 7, 2026
@Pymetheus Pymetheus merged commit 84c1913 into main Jan 7, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement Types: Improvement to an existing feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants