Compare commits
2 Commits
2c0dbf95c7
...
b02b93b83f
| Author | SHA1 | Date | |
|---|---|---|---|
| b02b93b83f | |||
| 9ceba8b5bb |
5
.changeset/chilly-teams-bow.md
Normal file
5
.changeset/chilly-teams-bow.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"lst_v3": patch
|
||||
---
|
||||
|
||||
i suck at this so much and half using ai and learning lmao
|
||||
@@ -6,6 +6,7 @@
|
||||
},
|
||||
"changesets": [
|
||||
"bold-ties-remain",
|
||||
"chilly-teams-bow",
|
||||
"lucky-dingos-brake",
|
||||
"neat-years-unite",
|
||||
"soft-onions-appear",
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user