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
Automatically pushing a tag when specification.version in connector.yaml is changed is part of Versionin Handling explained in ConduitIO/conduit#1522.
Feature description
Releasing happens by opening a PR that updates connector.version in connector.yml manually. If needed, we can provide a script that bumps it for us.
A GitHub action that detects any commit to main which updates the version in connector.yml. If it detects one, it pushes a tag with the updated version, triggering a release.
hariso
changed the title
connector.yaml: automatically create create when version in connector.yaml changes
connector.yaml: automatically push a tag when specification.version is changed
Dec 3, 2024
Feature description
Part of ConduitIO/conduit#1523.
Automatically pushing a tag when
specification.version
inconnector.yaml
is changed is part of Versionin Handling explained in ConduitIO/conduit#1522.Feature description
(Taken from no. 4 in ConduitIO/conduit#1522.)
The text was updated successfully, but these errors were encountered: