Nightlies
Automated rolling nightly releases
Nightly mode creates date-based versions and replaces a rolling nightly release on GitHub.
Usage
anodizer release --nightlyBehavior
- Version becomes
0.1.0-nightly.20260327(date-stamped) - Creates/replaces a
nightlytag and release on GitHub - Distinct from
--snapshot— nightlies are published, snapshots are not
Config
nightly:
name_template: "{{ Version }}-nightly.{{ Now | date(format='%Y%m%d') }}"
tag_name: nightly