etc/plugin_capabilities.yaml in psplugin_releases-0.1.1 vs etc/plugin_capabilities.yaml in psplugin_releases-0.1.2

- old
+ new

@@ -11,12 +11,16 @@ # that will handle it. A plugin can define as many subcommands as needed, or none... # Hash keys should match sub-commands declared in the `command_line.yaml` file and processor # classes should expose an `execute` method. :processors: null +# This is the name of the method called __instead__ of standard file detemplatization. This method has +# to be a module method in the `plugin_module` module. +:generate_build_files: null + # This is the name of the method called after the files are detemplatized. This method has # to be a module method in the `plugin_module` module. -:build: null +:post_build: null # If a dsl module is declared it will be injected in the DSL available in the shell or templates :dsl: - Releases::Dsl::ReleasesDsl