This PR slightly changes how this plugin works. Previous to this PR, the plugin would simply return a revision key which would be merged into the deployment context object.
Now, with this PR, the plugin returns an object which can contain any arbitrary meta data about the deploy revision. One proviso is that it must contain a property called revisionKey.
The following PR's need to be merged once this one has been:
This PR slightly changes how this plugin works. Previous to this PR, the plugin would simply return a revision key which would be merged into the deployment context object.
Now, with this PR, the plugin returns an object which can contain any arbitrary meta data about the deploy revision. One proviso is that it must contain a property called
revisionKey
.The following PR's need to be merged once this one has been:
Closes #14