feat(release): add release configuration with npm registries and public access; add @ship.zone/szci placeholder
This commit is contained in:
15
changelog.md
Normal file
15
changelog.md
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
# Changelog
|
||||||
|
|
||||||
|
## 2026-02-08 - 1.1.0 - feat(release)
|
||||||
|
add release configuration with npm registries and public access; add @ship.zone/szci placeholder
|
||||||
|
|
||||||
|
- Added release.registries including https://verdaccio.lossless.digital and https://registry.npmjs.org
|
||||||
|
- Set release.accessLevel to 'public' in npmextra.json
|
||||||
|
- Added an empty @ship.zone/szci entry to npmextra.json
|
||||||
|
|
||||||
|
## 2026-02-08 - 1.0.0 - initial release
|
||||||
|
Initial commit: repository and project scaffold.
|
||||||
|
|
||||||
|
- Project initialized with the first commit.
|
||||||
|
- Added baseline project structure and configuration.
|
||||||
|
- Establishes repository for future development.
|
||||||
@@ -19,6 +19,14 @@
|
|||||||
"unix socket",
|
"unix socket",
|
||||||
"cloud native"
|
"cloud native"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"release": {
|
||||||
|
"registries": [
|
||||||
|
"https://verdaccio.lossless.digital",
|
||||||
|
"https://registry.npmjs.org"
|
||||||
|
],
|
||||||
|
"accessLevel": "public"
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
}
|
"@ship.zone/szci": {}
|
||||||
|
}
|
||||||
@@ -1,8 +1,8 @@
|
|||||||
/**
|
/**
|
||||||
* autocreated commitance data during CI/CD
|
* autocreated commitinfo by @push.rocks/commitinfo
|
||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@push.rocks/smartvm',
|
name: '@push.rocks/smartvm',
|
||||||
version: '1.0.0',
|
version: '1.1.0',
|
||||||
description: 'A TypeScript module wrapping Amazon Firecracker VMM for managing lightweight microVMs',
|
description: 'A TypeScript module wrapping Amazon Firecracker VMM for managing lightweight microVMs'
|
||||||
};
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user