Skip to content

Commit ab60562

Browse files
committed
CLI. Add publish command.
1 parent ff7c11a commit ab60562

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* !! Big rewrite. Now uses up-to-date conventions and technologies.
66
* ++ Add 'ma' alias for 'makeapp' command.
77
* ++ Added virtual environment creation on project rollout.
8+
* ++ CLI. Add 'publish' command.
89
* ++ CLI. Added 'venv reset' command.
910
* ++ CLI. Descriptions passed to 'change' command all go into a commit messages.
1011
* ** Added QA for Py 3.11, 3.12, 3.13.

src/makeapp/helpers/vcs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def get(cls, vcs_path: str | None = None) -> 'VcsHelper':
4545

4646
return helper
4747

48-
def run_command(self, command):
48+
def run_command(self, command: str):
4949
"""Basic command runner to implement."""
5050
return run_command(f'{self.alias} {command}')
5151

0 commit comments

Comments
 (0)