Skip to content

Commit 61f01a5

Browse files
committed
feat: update the project version prompt
1 parent 20d5de3 commit 61f01a5

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

template/cuda/cookiecutter.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"project_slug": "Generated project identifier (slug)",
1919
"package_name": "Generated package/module name",
2020
"project_desc": "Brief project description",
21+
"project_version": "Initial project version",
2122
"email": "Author's email address",
2223
"full_name": "Author's full name",
2324
"github_username": "GitHub username or organization"

template/cxx/cookiecutter.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"project_slug": "Generated project identifier (slug)",
1818
"package_name": "Generated package/module name",
1919
"project_desc": "Brief project description",
20+
"project_version": "Initial project version",
2021
"email": "Author's email address",
2122
"full_name": "Author's full name",
2223
"github_username": "GitHub username or organization"

template/go/cookiecutter.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"project_slug": "Generated project identifier (slug)",
1717
"package_name": "Generated package/module name",
1818
"project_desc": "Brief project description",
19+
"project_version": "Initial project version",
1920
"email": "Author's email address",
2021
"full_name": "Author's full name",
2122
"github_username": "GitHub username or organization"

template/py/cookiecutter.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"project_slug": "Generated project identifier (slug)",
1717
"package_name": "Generated package/module name",
1818
"project_desc": "Brief project description",
19+
"project_version": "Initial project version",
1920
"email": "Author's email address",
2021
"full_name": "Author's full name",
2122
"github_username": "GitHub username or organization"

template/ts/cookiecutter.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"project_slug": "Generated project identifier (slug)",
1717
"package_name": "Generated package/module name",
1818
"project_desc": "Brief project description",
19+
"project_version": "Initial project version",
1920
"email": "Author's email address",
2021
"full_name": "Author's full name",
2122
"github_username": "GitHub username or organization"

0 commit comments

Comments
 (0)