Snapshots
Build locally without publishing
Snapshot mode runs the full build and archive pipeline but skips all publishing stages.
Usage
anodizer release --snapshotConfig
Customize the snapshot version suffix:
snapshot:
name_template: "{{ Version }}-SNAPSHOT-{{ ShortCommit }}"
The default template appends -SNAPSHOT to the version.
Auto-snapshot
Automatically enable snapshot mode when the git repo has uncommitted changes:
anodizer release --auto-snapshot