Metadata-Version: 2.4
Name: batchembed
Version: 1.0.0
Summary: Placeholder package (name reservation).
Project-URL: Homepage, https://github.com/alexlilburn/batchembed-python
Author-email: Alex Lilburn <alexlilburn@me.com>
License: MIT
License-File: LICENSE
Classifier: Development Status :: 1 - Planning
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# batchembed

Placeholder package. Nothing to see here yet.

## Releasing

Versions are derived entirely from git tags (`hatch-vcs`) — there is no
version field to edit.

- **Automatic (trunk-based):** every merge to `main` is analyzed by
  [python-semantic-release](https://python-semantic-release.readthedocs.io/)
  against [Conventional Commits](https://www.conventionalcommits.org/). A
  `feat:` commit bumps minor, `fix:` bumps patch, and a `BREAKING CHANGE:`
  footer (or `!` after the type) bumps major. If nothing releasable landed
  (e.g. only `chore:`/`docs:`), no release happens. A release publishes to
  PyPI automatically.
- **Manual override:** `scripts/release.sh patch|minor|major [--rc]` tags
  and pushes a version by hand. Add `--rc` to cut a release candidate
  (`vX.Y.Z-rc.N`), which publishes to TestPyPI instead of PyPI.
