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": [
|
"changesets": [
|
||||||
"bold-ties-remain",
|
"bold-ties-remain",
|
||||||
|
"chilly-teams-bow",
|
||||||
"lucky-dingos-brake",
|
"lucky-dingos-brake",
|
||||||
"neat-years-unite",
|
"neat-years-unite",
|
||||||
"soft-onions-appear",
|
"soft-onions-appear",
|
||||||
|
|||||||
@@ -124,7 +124,7 @@ jobs:
|
|||||||
token = os.environ["RELEASE_TOKEN"]
|
token = os.environ["RELEASE_TOKEN"]
|
||||||
|
|
||||||
with open("release_body.md", "r", encoding="utf-8") as f:
|
with open("release_body.md", "r", encoding="utf-8") as f:
|
||||||
|
image_name = os.environ["IMAGE_NAME"]
|
||||||
tag = os.environ["TAG"]
|
tag = os.environ["TAG"]
|
||||||
|
|
||||||
header = (
|
header = (
|
||||||
@@ -145,7 +145,6 @@ jobs:
|
|||||||
|
|
||||||
body = f.read()
|
body = f.read()
|
||||||
|
|
||||||
image_name = os.environ["IMAGE_NAME"]
|
|
||||||
body = body.rstrip() + f"\n\n### Container Image\n\n- `{image_name}:{tag}`\n"
|
body = body.rstrip() + f"\n\n### Container Image\n\n- `{image_name}:{tag}`\n"
|
||||||
|
|
||||||
url = f"{server_url}/api/v1/repos/{repo}/releases"
|
url = f"{server_url}/api/v1/repos/{repo}/releases"
|
||||||
|
|||||||
@@ -1,5 +1,11 @@
|
|||||||
# lst_v3
|
# 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
|
## 0.1.0-alpha.6
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "lst_v3",
|
"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",
|
"description": "The tool that supports us in our everyday alplaprod",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user