2 Commits

Author SHA1 Message Date
2c0dbf95c7 chore(release): version packages
Some checks failed
Build and Push LST Docker Image / docker (push) Successful in 1m50s
Release and Build Image / release (push) Failing after 1m22s
2026-04-03 12:44:43 -05:00
860207a60b fix(build): typo 2026-04-03 12:44:16 -05:00
5 changed files with 13 additions and 5 deletions

View File

@@ -11,6 +11,7 @@
"soft-onions-appear", "soft-onions-appear",
"strict-towns-grin", "strict-towns-grin",
"tall-cooks-rule", "tall-cooks-rule",
"tasty-states-spend",
"thirty-grapes-shine" "thirty-grapes-shine"
] ]
} }

View File

@@ -0,0 +1,5 @@
---
"lst_v3": patch
---
grr

View File

@@ -143,10 +143,6 @@ jobs:
"---\n\n" "---\n\n"
) )
```py
if "-" not in tag:
header += f"\n**Also available as:** `{image_name}:latest`\n\n"
body = f.read() body = f.read()
image_name = os.environ["IMAGE_NAME"] image_name = os.environ["IMAGE_NAME"]

View File

@@ -1,5 +1,11 @@
# lst_v3 # lst_v3
## 0.1.0-alpha.6
### Patch Changes
- grr
## 0.1.0-alpha.5 ## 0.1.0-alpha.5
### Patch Changes ### Patch Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "lst_v3", "name": "lst_v3",
"version": "0.1.0-alpha.5", "version": "0.1.0-alpha.6",
"description": "The tool that supports us in our everyday alplaprod", "description": "The tool that supports us in our everyday alplaprod",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {