Extend rez behavior using its native plugins features.
- perform necessary changes
- commit and push
- check knots-pipe-internals to deploy on server
Install:
Path to the directory must be added to the package_definition_python_path config key.
Usage:
It's content can then be used with the include decorator.
Example:
name = "myPackage"
@include("rezprovides")
def commands():
rezprovides.is_provided(this.name, env, defined)
# ...Install:
The root of this repository must be added to the rez's config
plugin_path.
Usage:
To be used with rez-release --vcs argument.
none: to release without using a vcs at allsimple: store the changelog in aCHANGELOG.mdfile at root
Install:
Enable each hook in the rez config file :
release_hooks:
- doc-publishConfigure:
# configure settings
plugins:
release_hooks:
doc-publish:
# name of the attributes in the package.py of the package being released
publish_command_attr_name: doc_publish_command
publish_require_attr_name: doc_publish_requires