描述您的 API 的稳定性或是它在各种各样节点环境中的完备性和稳定性,例如:加上 原型版(prototype)/开发版(development)/产品版(production)等标记。更多关于可能的稳定性和改变管理的方式,查看 Heroku API compatibility policy一旦你的 API 宣布产品正式版本及稳定版本时,不要在当前 API 版本中做一些不兼容的改变。如果你需要,请创建一个新的版本的 API。
你可以给你的任务加入一段描述性的文字. 它将会在任务执行的时候显示出来.例子 15.18. 给任务加入描述build.gradletask copy(type: Copy) { description 'Copies the resource directory to the target directory.' from 'resources' into 'target' include('**/*.txt', '**/*.xml', '**/*.properties')}