2 Commits

Author SHA1 Message Date
5c6460012a chore(release): version packages
Some checks failed
Build and Push LST Docker Image / docker (push) Successful in 1m54s
Release and Build Image / release (push) Failing after 1m43s
2026-04-03 12:37:54 -05:00
be1d4081e0 docs(sop): added more info 2026-04-03 12:37:13 -05:00
5 changed files with 28 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
---
"lst_v3": patch
---
sop stuff

View File

@@ -5,6 +5,7 @@
"lst_v3": "0.0.1" "lst_v3": "0.0.1"
}, },
"changesets": [ "changesets": [
"bold-ties-remain",
"lucky-dingos-brake", "lucky-dingos-brake",
"neat-years-unite", "neat-years-unite",
"soft-onions-appear", "soft-onions-appear",

View File

@@ -1,5 +1,11 @@
# lst_v3 # lst_v3
## 0.1.0-alpha.5
### Patch Changes
- sop stuff
## 0.1.0-alpha.4 ## 0.1.0-alpha.4
### Patch Changes ### Patch Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "lst_v3", "name": "lst_v3",
"version": "0.1.0-alpha.4", "version": "0.1.0-alpha.5",
"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": {

View File

@@ -112,3 +112,18 @@ Release flow
8. git push 8. git push
9. git push --tags 9. git push --tags
# normal work
stage files
npm run commit
# if releasing
npm run changeset
# edit the generated changeset md if needed
npm run changeset:version
git add .
git commit -m "chore(release): version packages"
git tag v0.0.1-alpha.0
git push
git push --tags