Skip to content

Commit d346ae8

Browse files
github-actionsclaude
andcommitted
chore(release): 6.0.0 [skip ci]
# [6.0.0](v5.1.2...v6.0.0) (2026-04-02) * feat!: replace rsyncwrapper with direct child_process.spawn ([b11fb7f](b11fb7f)) * feat!: replace rsyncwrapper with local rsync module ([71b8eb3](71b8eb3)) ### Bug Fixes * add proc.on('error') handler to prevent hanging on spawn failure ([c81b43c](c81b43c)) ### BREAKING CHANGES * rsyncwrapper dependency removed, rsync command is now constructed and executed via a local module using child_process.spawn. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * rsyncwrapper dependency removed, rsync command is now constructed and executed directly via child_process.spawn. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 7a10983 commit d346ae8

2 files changed

Lines changed: 24 additions & 1 deletion

File tree

docs/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
# [6.0.0](https://github.com/easingthemes/ssh-deploy/compare/v5.1.2...v6.0.0) (2026-04-02)
2+
3+
4+
* feat!: replace rsyncwrapper with direct child_process.spawn ([b11fb7f](https://github.com/easingthemes/ssh-deploy/commit/b11fb7f9113ccfec263a5645d472d0351e4874da))
5+
* feat!: replace rsyncwrapper with local rsync module ([71b8eb3](https://github.com/easingthemes/ssh-deploy/commit/71b8eb300f807e47a87dc96ace9e083d606c05e7))
6+
7+
8+
### Bug Fixes
9+
10+
* add proc.on('error') handler to prevent hanging on spawn failure ([c81b43c](https://github.com/easingthemes/ssh-deploy/commit/c81b43c5bf3a389da4168d71e71ddf2f118c2939))
11+
12+
13+
### BREAKING CHANGES
14+
15+
* rsyncwrapper dependency removed, rsync command is now
16+
constructed and executed via a local module using child_process.spawn.
17+
18+
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
19+
* rsyncwrapper dependency removed, rsync command is now
20+
constructed and executed directly via child_process.spawn.
21+
22+
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
23+
124
## [5.1.2](https://github.com/easingthemes/ssh-deploy/compare/v5.1.1...v5.1.2) (2026-04-02)
225

326

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@draganfilipovic/ssh-deploy",
3-
"version": "5.1.2",
3+
"version": "6.0.0",
44
"description": "Fast NodeJS action to deploy specific directory from `GITHUB_WORKSPACE` to a server via rsync over ssh.",
55
"main": "dist/index.js",
66
"files": [

0 commit comments

Comments
 (0)