2 Commits

Author SHA1 Message Date
b02b93b83f chore(release): version packages
All checks were successful
Build and Push LST Docker Image / docker (push) Successful in 1m50s
Release and Build Image / release (push) Successful in 1m26s
2026-04-03 12:51:52 -05:00
9ceba8b5bb fix(i suck): more learning experance 2026-04-03 12:51:11 -05:00
5 changed files with 14 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
---
"lst_v3": patch
---
i suck at this so much and half using ai and learning lmao

View File

@@ -6,6 +6,7 @@
},
"changesets": [
"bold-ties-remain",
"chilly-teams-bow",
"lucky-dingos-brake",
"neat-years-unite",
"soft-onions-appear",

View File

@@ -124,7 +124,7 @@ jobs:
token = os.environ["RELEASE_TOKEN"]
with open("release_body.md", "r", encoding="utf-8") as f:
image_name = os.environ["IMAGE_NAME"]
tag = os.environ["TAG"]
header = (
@@ -145,7 +145,6 @@ jobs:
body = f.read()
image_name = os.environ["IMAGE_NAME"]
body = body.rstrip() + f"\n\n### Container Image\n\n- `{image_name}:{tag}`\n"
url = f"{server_url}/api/v1/repos/{repo}/releases"

View File

@@ -1,5 +1,11 @@
# lst_v3
## 0.1.0-alpha.7
### Patch Changes
- i suck at this so much and half using ai and learning lmao
## 0.1.0-alpha.6
### Patch Changes

View File

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