Skip to content

Commit

Permalink
updated(task_manager_api): go version update
Browse files Browse the repository at this point in the history
  • Loading branch information
solo21-12 committed Aug 15, 2024
1 parent 19b1f9b commit 2d10415
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
# Variables
TASK = your-task
COMMIT = your-commit
ORIGIN = main


# Add and commit changes
add:
git add . && git commit -m 'updated(${TASK}): ${COMMIT}'
git add . && git commit -m 'updated(${task}): ${commit}'

# Push changes to origin
push:
Expand Down

0 comments on commit 2d10415

Please sign in to comment.