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
with #468 and #675, hlx publish always uses the publish service. the VCL generation of the local and remote publish have diverged and should be unified again - or the local publish capabilities should be removed.
since we want to rely on the publish service, we should remove the local publish capability.
The text was updated successfully, but these errors were encountered:
BREAKING CHANGE: The local publish capability is removed and hlx publish completely relies on the
helix-publish service. the use of the --remote argument in hlx publish will now report an error.
fixes#795
BREAKING CHANGE: The local publish capability is removed and hlx publish completely relies on the
helix-publish service. the use of the --remote argument in hlx publish will now report an error.
fixes#795
# [1.0.0](v0.15.1...v1.0.0) (2019-04-29)
### Bug Fixes
* **package:** update snyk to version 1.154.0 ([401d122](401d122))
### Features
* **publish:** remove local publish capability ([16354a9](16354a9)), closes [#795](#795)
### BREAKING CHANGES
* **publish:** The local publish capability is removed and hlx publish completely relies on the
helix-publish service. the use of the --remote argument in hlx publish will now report an error.
with #468 and #675,
hlx publish
always uses the publish service. the VCL generation of the local and remote publish have diverged and should be unified again - or the local publish capabilities should be removed.since we want to rely on the publish service, we should remove the local publish capability.
The text was updated successfully, but these errors were encountered: