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
Making sure that a pushed tag is the same as specification.version from connector.yaml is part of Version Handling explained in ConduitIO/conduit#1522.
Feature description
4. Version handling
We need to add some safeguards to ensure the connector.version field in connector.yml contains the correct version and matches the git tag. The idea is to use two GitHub actions to automate this:
A GitHub action is triggered BEFORE release, checks if the pushed tag matches the tag in connector.yml. If it does NOT match, it deletes the tag and fails the action, preventing the release.
...
The result is a connector.yml that contains the correct latest released version which matches the last git tag.
The text was updated successfully, but these errors were encountered:
Part of ConduitIO/conduit#1523.
Making sure that a pushed tag is the same as
specification.version
fromconnector.yaml
is part of Version Handling explained in ConduitIO/conduit#1522.Feature description
The text was updated successfully, but these errors were encountered: