You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today, pushes are only handled with HTTP where the repositoryUrl is parsed and overriden.
A new feature is to handle SSH to make the merge and push the changes.
This should be configurable with a new configuration option like useSSH for instance.
The text was updated successfully, but these errors were encountered:
## [1.6.0](v1.5.4...v1.6.0) (2024-11-22)
### 🚀 Features
* **auth:** implement SSH auth modificator (nothing special outside of adding `ssh://` if not provided) - fixes [#34](#34) ([18f8421](18f8421))
Today, pushes are only handled with HTTP where the repositoryUrl is parsed and overriden.
A new feature is to handle SSH to make the merge and push the changes.
This should be configurable with a new configuration option like
useSSH
for instance.The text was updated successfully, but these errors were encountered: