Skip to content

Commit e15c01e

Browse files
committed
chore: update release script name to 'image-optimize' in package.json
1 parent 43c5615 commit e15c01e

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

CHANGELOG.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,6 @@ All notable changes to this project will be documented in this file.
5353
- Add permissions section for contents write access in Docker workflow
5454
- Update permissions in Docker workflow to allow write access for contents
5555

56-
# Changelog
57-
58-
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
59-
6056
## [1.5.0](https://github.com/MobileTeleSystems/image-optimize/compare/v1.4.0...v1.5.0) (2023-10-02)
6157

6258

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"test:cov": "jest --coverage",
2727
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
2828
"test:e2e": "jest --config ./test/jest-e2e.json",
29-
"release": "cliff-jumper --name 'ts-fetch' --package-path '.' --no-skip-changelog --no-skip-tag",
29+
"release": "cliff-jumper --name 'image-optimize' --package-path '.' --no-skip-changelog --no-skip-tag",
3030
"prepare": "husky install"
3131
},
3232
"lint-staged": {

0 commit comments

Comments
 (0)