github-changes 是基于 github 的 pull requests 和 commit 来生成更改日志(changelog) 的实用工具。
npm install -g github-changes
用法
Usage: github-changes [options] Options: -o, --owner (required) owner of the Github repository -r, --repository (required) name of the Github repository -d, --data (DEPRECATED) use pull requests or commits (choices: pulls, commits) [commits] -b, --branch name of the default branch [master] -n, --tag-name tag name for upcoming release [upcoming] -a, --auth prompt to auth with Github - use this for private repos and higher rate limits -k, --token need to use this or --auth for private repos and higher rate limits -f, --file name of the file to output the changelog to [CHANGELOG.md] -v, --verbose output details --issue-body (DEPRECATED) include the body of the issue (--data MUST equal 'pulls') --no-merges do not include merges --only-merges only include merges --only-pulls only include pull requests --use-commit-body use the commit body of a merge instead of the message - "Merge branch..." --order-semver use semantic versioning for the ordering instead of the tag date
github-changes -o goodybag -r mongo-sql -a --only-pulls --use-commit-body
## Change Log ### v2.3.3 (2014/02/20 00:22 +00:00) - [#83](https://github.com/goodybag/mongo-sql/pull/83) Buffer not defined in browser (@jrf0110) ### v2.3.2 (2014/02/19 23:54 +00:00) - [#82](https://github.com/goodybag/mongo-sql/pull/82) Preserve Buffer query values. (@alexmingoia) ### v2.3.1 (2014/02/08 23:01 +00:00) - [#81](https://github.com/goodybag/mongo-sql/pull/81) Casts + JSON derefs are malformed during the automated quoting (@jrf0110) ### v2.3.0 (2014/01/29 22:16 +00:00) - [#25](https://github.com/goodybag/mongo-sql/pull/25) Querying on JSON (@jrf0110) ### v2.2.14 (2014/01/27 22:35 +00:00) - [#78](https://github.com/goodybag/mongo-sql/pull/78) adding npm info (@lalitkapoor) - [#80](https://github.com/goodybag/mongo-sql/pull/80) $nin does not support Array (@jrf0110) ### v2.2.13 (2014/01/13 17:40 +00:00) - [#77](https://github.com/goodybag/mongo-sql/pull/77) Expose `quoteColumn` on root namespace (@prestonp) ### v2.2.12 (2013/11/26 20:57 +00:00) - [#76](https://github.com/goodybag/mongo-sql/pull/76) Dates not handled correctly in update where clause (@jrf0110) ### v2.2.11 (2013/11/15 15:46 +00:00) - [#74](https://github.com/goodybag/mongo-sql/pull/74) Drop constraint action needs options (@jrf0110) ### v2.2.10 (2013/11/15 06:03 +00:00) - [#73](https://github.com/goodybag/mongo-sql/pull/73) Action helper should accept an array of actions (@jrf0110) ### v2.2.9 (2013/11/12 05:05 +00:00) - [#70](https://github.com/goodybag/mongo-sql/pull/70) Window functions (@ProCynic) ...
github-changes -o npm -r npm -a
## Change Log ### upcoming (2014/02/23 10:02 +00:00) - [70fd532](https://github.com/npm/npm/commit/70fd532c91335e76bda9366234b53a0498b9901a) fix prune.js test with empty cache (@robertkowalski) - [6fd6ff7](https://github.com/npm/npm/commit/6fd6ff7e536ea6acd33037b1878d4eca1f931985) Sort dependencies when --save'ing. (@domenic) - [2ddd060](https://github.com/npm/npm/commit/2ddd06037e9bd58cd95a380a9381ff90bea47f0d) add test, some boyscouting (@robertkowalski) - [17f07df](https://github.com/npm/npm/commit/17f07df8ad8e594304c2445bf7489cb53346f2c5) Add --save-exact config for --save[-dev|-optional]. (@timoxley) - [4b51920](https://github.com/npm/npm/commit/4b5192071654e2b312a7678b7586e435be62f473) Prevent creation of node_modules/npm-4503-c (@timoxley) - [30b6783](https://github.com/npm/npm/commit/30b67836b51b68614c9e87dc476c0961d53ec6d4) doc: update misc/semver.md (@isaacs) ### v1.4.4 (2014/02/20 16:04 +00:00) - [05d2490](https://github.com/npm/npm/commit/05d2490526fa40adc55727e92d4d30bd63aabaad) uid-number@0.0.4 (@isaacs) - [3850441](https://github.com/npm/npm/commit/3850441fd8c2fd71ebfd8e9986bc5f2e482ab6db) Document the --tag option of npm-publish (@kriskowal) - [14e650b](https://github.com/npm/npm/commit/14e650bce0bfebba10094c961ac104a61417a5de) alias 't' to 'test' (@isaacs) - [d50b826](https://github.com/npm/npm/commit/d50b826b9e5884c0f4e1101b90c7206a138a43e7) uid-number@0.0.5 (@isaacs) - [cd7e4a2](https://github.com/npm/npm/commit/cd7e4a23037f3ae1928bac02332784ffab557be9) v1.4.4 (@isaacs) ### v1.4.3 (2014/02/17 04:37 +00:00) - [3ce6905](https://github.com/npm/npm/commit/3ce6905bf6b0963956d7dbb8a89fc29d379de91c) view: remove arbitrary cache limit (@isaacs) - [bb6fb4d](https://github.com/npm/npm/commit/bb6fb4d158f175ddeb2956b361f854c273b6bed0) read-installed@1.0.0 (@isaacs) - [caa7065](https://github.com/npm/npm/commit/caa7065b06ffb55ea3410e5a14ddc80c26844b13) new tests for read-installed (@isaacs) - [401a642](https://github.com/npm/npm/commit/401a64286aa6665a94d1d2f13604f7014c5fce87) link: do not allow linking unnamed packages (@isaacs) - [09223de](https://github.com/npm/npm/commit/09223de8778b3e8fb0ecfec82cf6058d2c659518) Forbid deleting important npm dirs (@isaacs) - [86028e9](https://github.com/npm/npm/commit/86028e9fd8524d5e520ce01ba2ebab5a030103fc) dedupe: respect dependency versions (@rafeca) - [02d4322](https://github.com/npm/npm/commit/02d4322cd4f67a078a29019d2c4ef591b281132c) Follow redirects on curl|sh installer script (@isaacs) - [8a26f6f](https://github.com/npm/npm/commit/8a26f6ff7e9769985f74b60eed54e488a4d4a804) Test for repo command (@isaacs) - [acc4d02](https://github.com/npm/npm/commit/acc4d023c57d07704b20a0955e4bf10ee91bdc83) prune: Added back --production support (@davglass) - [0a3151c](https://github.com/npm/npm/commit/0a3151c9cbeb50c1c65895685c2eabdc7e2608dc) default to ^ instead of ~ (@mikolalysenko) - [9ae71de](https://github.com/npm/npm/commit/9ae71de7802132c349c60f1b740a734761fec4a1) npm-registry-client@0.4.4 (@isaacs) - [46d8768](https://github.com/npm/npm/commit/46d876821d1dd94c050d5ebc86444bed12c56739) "install ./pkg@1.2.3" should install local module (@rlidwka) - [f469847](https://github.com/npm/npm/commit/f46984787e8bb219cfd1d8394932dca2ed6b3b2c) test: express is not in mocks, use underscore instead (@isaacs) ...
GitHub Guides https://guides.github.com/activities/hello-world/ Step: 1 Create a Repository 2 Create a Branch 3 Make and commit changes 4 Open a Pull Request 5 Merge your Pull Request GitHub flow --
Bootstrap 在 CSS 方面采用 Grunt,用 JavaScript 构建系统,用 Jekyll 做记录。Gruntfile 在使用框架方面有许多便利的特点,包括编译代码、运行测试等等。 工具安装 为了使用Gruntfile以及本地运行我们的文档,你需要拷贝一份Bootstrap的源文件,还有Node.js以及Grunt。参照下面的步骤,你应该已经准备好开始动手了: 下载并安装 Node
问题内容: 是否有一个工具将Java文件作为参数,该文件将REST服务描述为参数并从中生成wadl文件。 问题答案: 我遇到了同样的问题:使用RESTeasy并想找到一种自动生成WADL的方法。 做了一些研究,得出下面的解决方案。 注意和元素。您必须更改它们以反映项目的配置。您可能还想更改插件的版本(我使用的是1.17)。 2.创建一个/ doc文件夹并添加一些文件。 创建文件夹并在下面创建两个文
我在试用詹金斯的本地版本。一切都是最新的版本。我已经安装了GitHub请求构建器,但我无法让它向GitHub报告构建状态,并用成功、失败或错误更新PR。 我执行了以下步骤: Manage Jenkins>Configure System>Github Pull Request Builder:我已经添加了凭据并成功执行了所有测试: 测试到GitHub->Works的基本连接 测试存储库的权限->工
问题内容: 我想在Jenkins内部设置一些自动化功能,该功能会定期轮询github组织中的存储库列表,并根据作业模板为每个Git存储库自动设置一个jenkins作业。 实现这一目标的解决方案是什么?谢谢! 问题答案: 如今,Jenkins Pipeline是必经之路。 它使用定义管道,您可以将其签入您的存储库。 最佳实践是这样的文件 如文档中所述。
当我尝试运行“ php artisan key:generate ” 时,我在提示中收到以下错误错误屏幕截图实际上我正在不同的笔记本电脑上运行一个 laravel 项目。我在生成密钥时遇到此问题。我该如何解决?
本文向大家介绍java生成验证码工具类,包括了java生成验证码工具类的使用技巧和注意事项,需要的朋友参考一下 java生成验证码工具类,供大家参考,具体内容如下 以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持呐喊教程。
我迷失在依赖和工具中:我以前使用以下工具为我昂首阔步的网络服务生成代码。 大摇大摆 https://mvnrepository.com/artifact/io.swagger.codegen.v3/swagger-codegen-cli/3.0.13 https://github.com/swagger-api/swagger-codegen 然后我注意到以下工具,并认为这是一个继任者: Open
6.5 免杀Payload生成工具Veil Veil是一款利用Metasploit框架生成相兼容的Payload工具,并且在大多数网络环境中能绕过常见的杀毒软件。本节将介绍Veil工具的安装及使用。 在Kali Linux中,默认没有安装Veil工具。这里首先安装Veil工具,执行如下所示的命令: [email protected]:~# apt-get install veil 执行以上命令后