fix(scripts): rename release script to release:docker

This commit is contained in:
2026-04-02 12:00:15 +00:00
parent fa00a25d4d
commit 97d338d483
2 changed files with 6 additions and 1 deletions

View File

@@ -1,5 +1,10 @@
# Changelog
## 2026-04-02 - 5.9.1 - fix(scripts)
rename release script to release:docker
- Updates the npm script name in package.json from "release" to "release:docker" for clearer script intent.
## 2026-03-18 - 5.9.0 - feat(docker)
add a reusable Alpine base image and refactor Alpine variants to extend it

View File

@@ -6,7 +6,7 @@
"scripts": {
"test": "echo \"no npm test specified\"",
"build": "tsdocker build",
"release": "tsdocker push --verbose"
"release:docker": "tsdocker push --verbose"
},
"repository": {
"type": "git",