5 Commits

Author SHA1 Message Date
01f1568221 fix(ci): auto format changelog.md after release
All checks were successful
🚀 Release / release (push) Successful in 3m41s
2026-02-03 15:47:38 +01:00
3e8d2768b3 chore: format
Some checks failed
🚀 Release / release (push) Failing after 1m42s
2026-02-03 15:43:47 +01:00
16a832779a chore(ci): make release script work with sh 2026-02-03 15:43:47 +01:00
d582915842 chore(ci): add jq and git to ci docker image 2026-02-03 15:43:47 +01:00
release-bot
caaecd7a02 chore(release): v0.0.1 2026-02-03 14:43:26 +00:00
5 changed files with 10 additions and 2 deletions

View File

@@ -51,6 +51,8 @@ tmp_changelog="CHANGELOG.tmp"
mv "$tmp_changelog" CHANGELOG.md
pnpm run format
# -------------------------------------------------------------------
# 4. Create release commit
# -------------------------------------------------------------------

5
CHANGELOG.md Normal file
View File

@@ -0,0 +1,5 @@
## v0.0.1 (2026-02-03)
chore: format
---

View File

@@ -1,7 +1,7 @@
{
"name": "@nodarium/app",
"private": true,
"version": "0.0.0",
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite dev",

View File

@@ -1,4 +1,5 @@
{
"version": "0.0.1",
"scripts": {
"postinstall": "pnpm run -r --filter 'ui' build",
"build": "pnpm build:nodes && pnpm build:app",

View File

@@ -1,6 +1,6 @@
{
"name": "@nodarium/types",
"version": "0.0.0",
"version": "0.0.1",
"description": "",
"main": "src/index.ts",
"scripts": {