文件名称:automated-release-notes:从Git提交历史记录和票证系统自动生成发行说明
文件大小:20KB
文件格式:ZIP
更新时间:2024-06-04 19:23:33
php devops jira release-notes clubhouse
发行说明生成器 这是一个命令行工具,可在两个分支/标签之间生成降价格式的发行说明。 安装 通过composer全局安装软件包: composer global require foodkit/automated-release-notes 配置 可以将以下配置参数作为参数传递: --host问题跟踪器主机( ) --user问题跟踪--user户名 --pass问题跟踪密码 --regex问题前缀正则表达式 --format输出格式,可以是“ github”或“ slack” 或者,可以将它们放在项目中的.env文件中: JIRA_USERNAME=user JIRA_PASSWORD=secret JIRA_URL=https://ginjath.atlassian.net JIRA_ISSUE_REGEX=/GT-[\d]+/ GIT_CUSTOM_HOSTS=githu
【文件预览】:
automated-release-notes-master
----.gitignore(27B)
----src()
--------Parser()
--------Service()
--------Commands()
--------ParserFactory.php(649B)
--------Agent()
--------IssueTracker()
--------IssueTrackerFactory.php(411B)
----bin()
--------release-notes(605B)
----composer.json(813B)
----composer.lock(68KB)
----README.md(1KB)
----tests()
--------Parser()
----phpunit.xml.dist(603B)