Skip to content

Commit 88a434c

Browse files
committed
📦 create release v0.0.1
1 parent 829ebac commit 88a434c

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

‎tasks/mkdocs.yml‎

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ version: '3'
33
description: >
44
# ...
55
6-
env:
7-
TAG: "v0.0.0"
8-
96
tasks:
107
# task mkdocs:install
118
install:

‎tasks/release.yml‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ env:
2828
IMAGE_BASE_NAME: "slingshot"
2929

3030
tasks:
31+
32+
# task release:check
33+
check:
34+
cmds:
35+
- echo "${TAG}"
36+
3137
# task release:create
3238
create:
3339
cmds:

0 commit comments

Comments
 (0)