fix(scripts): rename release script to release:docker
This commit is contained in:
@@ -1,5 +1,10 @@
|
|||||||
# Changelog
|
# 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)
|
## 2026-03-18 - 5.9.0 - feat(docker)
|
||||||
add a reusable Alpine base image and refactor Alpine variants to extend it
|
add a reusable Alpine base image and refactor Alpine variants to extend it
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"no npm test specified\"",
|
"test": "echo \"no npm test specified\"",
|
||||||
"build": "tsdocker build",
|
"build": "tsdocker build",
|
||||||
"release": "tsdocker push --verbose"
|
"release:docker": "tsdocker push --verbose"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
Reference in New Issue
Block a user