---
name: Bug report
about: Report something that is broken or behaves incorrectly
title: ''
labels: ''
assignees: ''
---

## Describe the bug

A clear and concise description of what the bug is.

## To reproduce

Minimal steps that trigger the bug:

1. Run `releasekit ...`
2. With config `...`
3. See error

## Expected behavior

What you expected to happen.

## Actual behavior

What actually happened. Include the full `releasekit` output, stack trace,
and any `git status` / `releasekit --version` lines that are relevant.

```
# paste output here
```

## Environment

- `releasekit --version`:
- `node --version`:
- `git --version`:
- `gh --version` (if using `--github-release`):
- OS:

## Additional context

Anything else that might help — a link to a minimal repo, the shape of your
`releasekit.config.*`, whether the issue is deterministic or flaky, etc.
