提交 4a2fc1a8 authored 作者: Matrix's avatar Matrix

feat(pipline): 性能更新

上级 5cdca5f8
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
"path": "./node_modules/cz-conventional-changelog" "path": "./node_modules/cz-conventional-changelog"
} }
}, },
"version": "1.0.3", "version": "1.0.4",
"scripts": { "scripts": {
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md" "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md"
} }
......
...@@ -16,7 +16,7 @@ public class JavaPiplineApplication { ...@@ -16,7 +16,7 @@ public class JavaPiplineApplication {
@GetMapping("/hello") @GetMapping("/hello")
public ResponseEntity<String> helloWorld(){ public ResponseEntity<String> helloWorld(){
return ResponseEntity.ok("Hello pipeline4!"); return ResponseEntity.ok("Hello pipeline5!");
} }
} }
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论