diff --git a/www/docs/customization/snapshots.md b/www/docs/customization/snapshots.md index 4a9632025..c3673da10 100644 --- a/www/docs/customization/snapshots.md +++ b/www/docs/customization/snapshots.md @@ -16,7 +16,7 @@ snapshot: # # Default: `{{ .Version }}-SNAPSHOT-{{.ShortCommit}}`. # Templates: allowed. - name_template: "{{ incpatch .Version }}-devel" + version_template: "{{ incpatch .Version }}-devel" ``` ## How it works