Skip to content

Commit 62f1a68

Browse files
committed
Fix mise tasks headers
Fixes #83
1 parent 38c6043 commit 62f1a68

File tree

7 files changed

+7
-6
lines changed

7 files changed

+7
-6
lines changed

changelog.d/83.changed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Change mise task comment headers ([discussion](https://github.com/jdx/mise/discussions/6139))

tasks/bump

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python
2-
# mise description="Bump version"
2+
# [MISE] description="Bump version"
33
"""
44
Originates from https://github.com/level12/coppy
55

tasks/demo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python
2-
# mise description="Generate demo project"
2+
# [MISE] description="Generate demo project"
33

44
from pathlib import Path
55
import shutil

tasks/docker-build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/bash
2-
# mise description="docker compose build"
2+
# [MISE] description="docker compose build"
33
export UBUNTU_UID=`id -u`
44
docker compose build --pull coppy-tests

tasks/sandbox.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env -S uv run --script
2-
# mise description="Show sandbox env details"
2+
# [MISE] description="Show sandbox env details"
33

44
from pathlib import Path
55

template/tasks/bootstrap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
# mise description="Bootstrap project"
2+
# [MISE] description="Bootstrap project"
33
#
44
# Originates from https://github.com/level12/coppy
55
#

template/tasks/bump.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python
2-
# mise description="Bump version"
2+
# [MISE] description="Bump version"
33
"""
44
Originates from https://github.com/level12/coppy
55

0 commit comments

Comments
 (0)