Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fixing typo in generator's copier yaml file #50

Merged
merged 3 commits into from
Dec 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion template_content/.algokit.toml.jinja
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[algokit]
min_version = "v1.4.0"
min_version = "v1.7.3"

[deploy]
{%- if deployment_language == 'python' %}
Expand Down
12 changes: 6 additions & 6 deletions template_content/.algokit/generators/create_contract/copier.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
_task:
- "echo '==== Successfully initialized new smart contract 🚀 ===='"
_tasks:
- "echo '==== Successfully initialized new smart contract 🚀 ===='"

contract_name:
type: str
help: Name of your new contract.
placeholder: "my-new-contract"
default: "my-new-contract"
type: str
help: Name of your new contract.
placeholder: "my-new-contract"
default: "my-new-contract"

_templates_suffix: ".j2"
2 changes: 1 addition & 1 deletion tests_generated/test_default_parameters/.algokit.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[algokit]
min_version = "v1.4.0"
min_version = "v1.7.3"

[deploy]
command = "poetry run python -m smart_contracts deploy"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[algokit]
min_version = "v1.4.0"
min_version = "v1.7.3"

[deploy]
command = "poetry run python -m smart_contracts deploy"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[algokit]
min_version = "v1.4.0"
min_version = "v1.7.3"

[deploy]
command = "npm run deploy:ci"
Expand Down
2 changes: 1 addition & 1 deletion tests_generated/test_ide_jetbrains-False/.algokit.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[algokit]
min_version = "v1.4.0"
min_version = "v1.7.3"

[deploy]
command = "poetry run python -m smart_contracts deploy"
Expand Down
2 changes: 1 addition & 1 deletion tests_generated/test_ide_jetbrains-True/.algokit.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[algokit]
min_version = "v1.4.0"
min_version = "v1.7.3"

[deploy]
command = "poetry run python -m smart_contracts deploy"
Expand Down
2 changes: 1 addition & 1 deletion tests_generated/test_ide_vscode-False/.algokit.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[algokit]
min_version = "v1.4.0"
min_version = "v1.7.3"

[deploy]
command = "poetry run python -m smart_contracts deploy"
Expand Down
2 changes: 1 addition & 1 deletion tests_generated/test_ide_vscode-True/.algokit.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[algokit]
min_version = "v1.4.0"
min_version = "v1.7.3"

[deploy]
command = "poetry run python -m smart_contracts deploy"
Expand Down
2 changes: 1 addition & 1 deletion tests_generated/test_preset_name-production/.algokit.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[algokit]
min_version = "v1.4.0"
min_version = "v1.7.3"

[deploy]
command = "poetry run python -m smart_contracts deploy"
Expand Down
2 changes: 1 addition & 1 deletion tests_generated/test_preset_name-starter/.algokit.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[algokit]
min_version = "v1.4.0"
min_version = "v1.7.3"

[deploy]
command = "poetry run python -m smart_contracts deploy"
Expand Down
2 changes: 1 addition & 1 deletion tests_generated/test_python_linter-flake8/.algokit.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[algokit]
min_version = "v1.4.0"
min_version = "v1.7.3"

[deploy]
command = "poetry run python -m smart_contracts deploy"
Expand Down
2 changes: 1 addition & 1 deletion tests_generated/test_python_linter-none/.algokit.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[algokit]
min_version = "v1.4.0"
min_version = "v1.7.3"

[deploy]
command = "poetry run python -m smart_contracts deploy"
Expand Down
2 changes: 1 addition & 1 deletion tests_generated/test_python_linter-ruff/.algokit.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[algokit]
min_version = "v1.4.0"
min_version = "v1.7.3"

[deploy]
command = "poetry run python -m smart_contracts deploy"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[algokit]
min_version = "v1.4.0"
min_version = "v1.7.3"

[deploy]
command = "poetry run python -m smart_contracts deploy"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
_task:
- "echo '==== Successfully initialized new smart contract 🚀 ===='"
_tasks:
- "echo '==== Successfully initialized new smart contract 🚀 ===='"

contract_name:
type: str
help: Name of your new contract.
placeholder: "my-new-contract"
default: "my-new-contract"
type: str
help: Name of your new contract.
placeholder: "my-new-contract"
default: "my-new-contract"

_templates_suffix: ".j2"
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[algokit]
min_version = "v1.4.0"
min_version = "v1.7.3"

[deploy]
command = "npm run deploy:ci"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
_task:
- "echo '==== Successfully initialized new smart contract 🚀 ===='"
_tasks:
- "echo '==== Successfully initialized new smart contract 🚀 ===='"

contract_name:
type: str
help: Name of your new contract.
placeholder: "my-new-contract"
default: "my-new-contract"
type: str
help: Name of your new contract.
placeholder: "my-new-contract"
default: "my-new-contract"

_templates_suffix: ".j2"
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[algokit]
min_version = "v1.4.0"
min_version = "v1.7.3"

[deploy]
command = "poetry run python -m smart_contracts deploy"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
_task:
- "echo '==== Successfully initialized new smart contract 🚀 ===='"
_tasks:
- "echo '==== Successfully initialized new smart contract 🚀 ===='"

contract_name:
type: str
help: Name of your new contract.
placeholder: "my-new-contract"
default: "my-new-contract"
type: str
help: Name of your new contract.
placeholder: "my-new-contract"
default: "my-new-contract"

_templates_suffix: ".j2"
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[algokit]
min_version = "v1.4.0"
min_version = "v1.7.3"

[deploy]
command = "npm run deploy:ci"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
_task:
- "echo '==== Successfully initialized new smart contract 🚀 ===='"
_tasks:
- "echo '==== Successfully initialized new smart contract 🚀 ===='"

contract_name:
type: str
help: Name of your new contract.
placeholder: "my-new-contract"
default: "my-new-contract"
type: str
help: Name of your new contract.
placeholder: "my-new-contract"
default: "my-new-contract"

_templates_suffix: ".j2"
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[algokit]
min_version = "v1.4.0"
min_version = "v1.7.3"

[deploy]
command = "poetry run python -m smart_contracts deploy"
Expand Down
2 changes: 1 addition & 1 deletion tests_generated/test_use_github_actions-True/.algokit.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[algokit]
min_version = "v1.4.0"
min_version = "v1.7.3"

[deploy]
command = "poetry run python -m smart_contracts deploy"
Expand Down
2 changes: 1 addition & 1 deletion tests_generated/test_use_python_black-False/.algokit.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[algokit]
min_version = "v1.4.0"
min_version = "v1.7.3"

[deploy]
command = "poetry run python -m smart_contracts deploy"
Expand Down
2 changes: 1 addition & 1 deletion tests_generated/test_use_python_black-True/.algokit.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[algokit]
min_version = "v1.4.0"
min_version = "v1.7.3"

[deploy]
command = "poetry run python -m smart_contracts deploy"
Expand Down
2 changes: 1 addition & 1 deletion tests_generated/test_use_python_mypy-False/.algokit.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[algokit]
min_version = "v1.4.0"
min_version = "v1.7.3"

[deploy]
command = "poetry run python -m smart_contracts deploy"
Expand Down
2 changes: 1 addition & 1 deletion tests_generated/test_use_python_mypy-True/.algokit.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[algokit]
min_version = "v1.4.0"
min_version = "v1.7.3"

[deploy]
command = "poetry run python -m smart_contracts deploy"
Expand Down
2 changes: 1 addition & 1 deletion tests_generated/test_use_python_pytest-False/.algokit.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[algokit]
min_version = "v1.4.0"
min_version = "v1.7.3"

[deploy]
command = "poetry run python -m smart_contracts deploy"
Expand Down
2 changes: 1 addition & 1 deletion tests_generated/test_use_python_pytest-True/.algokit.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[algokit]
min_version = "v1.4.0"
min_version = "v1.7.3"

[deploy]
command = "poetry run python -m smart_contracts deploy"
Expand Down