Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
fix: fixing typo in generator's copier yaml file (#50)
Browse files Browse the repository at this point in the history
* fix: fixing typo in generator's copier yaml file

* chore: bumping min version

* chore: regenerating test artifacts
  • Loading branch information
aorumbayev authored Dec 8, 2023
1 parent f956d38 commit 8ac5fe9
Show file tree
Hide file tree
Showing 30 changed files with 55 additions and 55 deletions.
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

0 comments on commit 8ac5fe9

Please sign in to comment.