Skip to content

Commit acd7df3

Browse files
Xiphephated
authored andcommitted
Scaffold: Add changelog generation (closes #49)
1 parent c51e061 commit acd7df3

File tree

2 files changed

+151
-1
lines changed

2 files changed

+151
-1
lines changed

CHANGELOG.md

Lines changed: 148 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,148 @@
1+
## Change Log
2+
3+
### v1.2.0 (2016/01/31 20:01 +00:00)
4+
- [962d465](https://github.com/gulpjs/gulp-cli/commit/962d46545b60acfad95807b4eacd59cee7e7e6be) 1.2.0 (@phated)
5+
- [c6aba4a](https://github.com/gulpjs/gulp-cli/commit/c6aba4a09abf95af2aaf2578fd365b7f8fded245) Add custom metadata docs (@phated)
6+
- [1a2f553](https://github.com/gulpjs/gulp-cli/commit/1a2f5530bc97cf102744875d529e61721b52d19c) better labels (@phated)
7+
- [fb7fcaf](https://github.com/gulpjs/gulp-cli/commit/fb7fcaf6ddcdd3bf7e9731bd0335750cb949434a) add appveyor badge (@phated)
8+
- [6aa13f0](https://github.com/gulpjs/gulp-cli/commit/6aa13f0226685905f032e431d1cebd87fc4ae882) cleanup (@phated)
9+
- [61a02d6](https://github.com/gulpjs/gulp-cli/commit/61a02d68255b422010c941c3c47e913b25495e74) # This is a combination of 4 commits. (@sttk)
10+
11+
### v1.1.1 (2016/01/29 18:57 +00:00)
12+
- [07984b6](https://github.com/gulpjs/gulp-cli/commit/07984b6e20550cce410040c1c37255a709d46b9c) 1.1.1 (@phated)
13+
- [#53](https://github.com/gulpjs/gulp-cli/pull/53) add displayName support to exported tasks (@nmn)
14+
- [b7da669](https://github.com/gulpjs/gulp-cli/commit/b7da669f8e9454f6b27da8afada04392797ef396) add displayName support to exported tasks (@nmn)
15+
- [#52](https://github.com/gulpjs/gulp-cli/pull/52) Fixed AppVeyor errors. (@sttk)
16+
- [7845ae7](https://github.com/gulpjs/gulp-cli/commit/7845ae7f87094442511873d58806f7c28129a0ba) Fixed AppVeyor errors. (@sttk)
17+
18+
### v1.1.0 (2015/12/21 23:37 +00:00)
19+
- [41cead7](https://github.com/gulpjs/gulp-cli/commit/41cead78fa5e661304e193d7c0c034caf073671b) 1.1.0
20+
- [#48](https://github.com/gulpjs/gulp-cli/pull/48) move branches to debug log (@gulpjs)
21+
- [3d28be6](https://github.com/gulpjs/gulp-cli/commit/3d28be62efcc5e02152de181a3d9c8c52f7aa107) move branches to debug log
22+
- [#47](https://github.com/gulpjs/gulp-cli/pull/47) register any function that is exported from a gulpfile (@gulpjs)
23+
- [80ba208](https://github.com/gulpjs/gulp-cli/commit/80ba20846df07e8bac8c8be3593dd41f4fbcee1b) cleanup and backport
24+
- [9d9013d](https://github.com/gulpjs/gulp-cli/commit/9d9013d471051261af15720748ff86879c5b11ef) register any function that is exported from a gulpfile
25+
- [#46](https://github.com/gulpjs/gulp-cli/pull/46) Track logged errors (@gulpjs)
26+
- [af74029](https://github.com/gulpjs/gulp-cli/commit/af740292dc4bfdc362ff672bf9622043afa2a2e0) fix jscs linting
27+
- [6f23077](https://github.com/gulpjs/gulp-cli/commit/6f23077406c5f21d0457647ca4f636d817549f0c) rename `e` event to avoid confusing with `e` for error
28+
- [f9834f7](https://github.com/gulpjs/gulp-cli/commit/f9834f73a8fe97d843bf6b160ac72563aa900c0b) track errors we log and only log them once
29+
30+
### v1.0.0 (2015/11/18 23:50 +00:00)
31+
- [5e121b6](https://github.com/gulpjs/gulp-cli/commit/5e121b6180e1f2d6de81afcb0cf069bedc1c7dd1) 1.0.0
32+
- [30e7ec4](https://github.com/gulpjs/gulp-cli/commit/30e7ec44b07bce9a3b1a1f31778d575697b99357) bump interpret dep
33+
- [622db18](https://github.com/gulpjs/gulp-cli/commit/622db18863b4b1e1053abf645a051173188e328a) bump mute-stdout dep
34+
- [7fa14fc](https://github.com/gulpjs/gulp-cli/commit/7fa14fcd2bf2fb2de43227596e3bf2f95763632d) update README and man page
35+
- [44a14e5](https://github.com/gulpjs/gulp-cli/commit/44a14e53192e3f5c91c05012b8d6d590dc1b093d) using package.json files property so no need for npmignore
36+
- [d4c2fc7](https://github.com/gulpjs/gulp-cli/commit/d4c2fc7f0c55ba388c3b201bb901a98bc5c824a7) run appveyor CI on node 4 and 5
37+
- [a99a031](https://github.com/gulpjs/gulp-cli/commit/a99a03190d6326c7716eb368b8bfd7af603d1465) update package.json
38+
- [62a896e](https://github.com/gulpjs/gulp-cli/commit/62a896e5da8d82a8de2ecf3439bbb8f75262751f) ^4.0.0 support which is a mirror of alpha.2 logic
39+
- [565cf68](https://github.com/gulpjs/gulp-cli/commit/565cf68ab6c543931d20e3d559f8ac214cc53921) ignore test output
40+
- [e69cfdc](https://github.com/gulpjs/gulp-cli/commit/e69cfdc83770100d0f3841f9f19e95099661d85e) make CLI support new undertaker tree return value
41+
- [9bc66cc](https://github.com/gulpjs/gulp-cli/commit/9bc66cc10b432f8a30c538761fc071d49ef5c5e3) Improve task not found messaging (@soulcutter)
42+
- [7387dec](https://github.com/gulpjs/gulp-cli/commit/7387decbd4322c71aef5083fd6a01126d6994af0) reorganize package.json
43+
- [b4cbc14](https://github.com/gulpjs/gulp-cli/commit/b4cbc14e7e2ce22a2325ccfae785e7d1420b52e6) add license file
44+
- [0fd9075](https://github.com/gulpjs/gulp-cli/commit/0fd9075968c8f9038ced6c770137d75b3d30f4ad) linting and cleanup
45+
- [d543afc](https://github.com/gulpjs/gulp-cli/commit/d543afcee30874a74b773ec78443ff8b9bc761ce) temporarily update gulp version for travis tests
46+
- [f44cfa7](https://github.com/gulpjs/gulp-cli/commit/f44cfa71df06cdefcf6498a1ec98584ee0ecd29b) Added tests for require module option (@Romanx)
47+
- [6f367a6](https://github.com/gulpjs/gulp-cli/commit/6f367a671f05485b5d387d6c6e575ecf36be41d5) Added more integration tests, switch to gulp 4 for devDep (@Romanx)
48+
- [bda8ac3](https://github.com/gulpjs/gulp-cli/commit/bda8ac3a7381f5ef9b4b565e8b251539fde05a6a) bump deps
49+
- [b86ea81](https://github.com/gulpjs/gulp-cli/commit/b86ea8103e5b3ac6f634a44b3a4da9889d564049) fix license property
50+
- [72592bd](https://github.com/gulpjs/gulp-cli/commit/72592bd125c8a20f9d68837882780273dacaaa1c) bump yargs for awesome CLI fixes
51+
- [c26cf2e](https://github.com/gulpjs/gulp-cli/commit/c26cf2ed3e0bb829323312f47ad32544668d9ce9) add usage docs + options - closes #38
52+
- [b45beeb](https://github.com/gulpjs/gulp-cli/commit/b45beebbdaf33a73421469e2b467a24688a07e0c) Package path should no longer be relative (@Romanx)
53+
- [9ec3baa](https://github.com/gulpjs/gulp-cli/commit/9ec3baa1baa431c7038ccbb2aa03e28a6b162346) Verify pkgPath should use env.cwd (@Romanx)
54+
- [d0fba75](https://github.com/gulpjs/gulp-cli/commit/d0fba7525cda9ca353a317ea05ad7f47bd2268f0) Added some integration tests (@Romanx)
55+
- [92e0356](https://github.com/gulpjs/gulp-cli/commit/92e03568d3178f947caa1f2355385c21b4719bdf) Add task not completed warnings
56+
- [832a6a5](https://github.com/gulpjs/gulp-cli/commit/832a6a5de53c98dcbd771f1488d21dd5897ede1e) avoid marking --tasks-json as string to catch booleans - closes #41
57+
- [320c02c](https://github.com/gulpjs/gulp-cli/commit/320c02c3fef35a41829f1caebdb6f3dde365524e) update taskTree test to be more clear
58+
- [ec9f42a](https://github.com/gulpjs/gulp-cli/commit/ec9f42aba7c2c37a429efb760d8a6e1841bee433) introduce gulplog and wire up listener (@kahlil)
59+
- [62a7cae](https://github.com/gulpjs/gulp-cli/commit/62a7cae69bf23116184551772b1f82e85358ea89) use 1.0.0 of gulplog
60+
- [7baf41f](https://github.com/gulpjs/gulp-cli/commit/7baf41f580d0d656cc6ea0438dc66eba7d134c07) update yargs and switch aliases plus some cleanup
61+
- [0226d55](https://github.com/gulpjs/gulp-cli/commit/0226d5584ecad0cf6132b1414ac012755957c334) Fix #19 support tasks description
62+
- [f6aec36](https://github.com/gulpjs/gulp-cli/commit/f6aec36d11fc13a159ea08daa015b5a241cfa594) mute stream when listing tasks - closes #24
63+
- [08ad295](https://github.com/gulpjs/gulp-cli/commit/08ad295fc2c3105c57b06987e834f8b7a03731ca) allow an output file to be specified for --tasks-json option - ref #24
64+
- [6e698e4](https://github.com/gulpjs/gulp-cli/commit/6e698e4be72c72aac1e6dd6debd83c64481c4201) make lint pass
65+
- [94c07da](https://github.com/gulpjs/gulp-cli/commit/94c07da0dd7ce46feead00fcffc9d58429774795) use `.task` to get the task - closes #28
66+
- [298df67](https://github.com/gulpjs/gulp-cli/commit/298df672683eb2a7e35f9cf1e6084c67213778ba) Update cliOptions.js (@stramel)
67+
- [d42fb9e](https://github.com/gulpjs/gulp-cli/commit/d42fb9ef6c42aa36963dde73be7539f3c70f68b9) Fix typo (@NicoSantangelo)
68+
- [3870672](https://github.com/gulpjs/gulp-cli/commit/38706722754fb13c61056f9be9d830f72f9c4e10) Fix dependency regex in logTasks
69+
- [a8371e0](https://github.com/gulpjs/gulp-cli/commit/a8371e0bb0a8b810920bab62c303e82a8fad5f10) DRY tasks.js
70+
- [5e82b4f](https://github.com/gulpjs/gulp-cli/commit/5e82b4fc39db8bbd863afc19619121ce7899689b) add support for settling (--continue flag)
71+
- [5376c22](https://github.com/gulpjs/gulp-cli/commit/5376c22414517b77fe2e15ea97ff258102473b44) make things work with babel change
72+
- [b0fa8f8](https://github.com/gulpjs/gulp-cli/commit/b0fa8f8f412cbd667b4258d877748c8cf08de322) rename versioned directory
73+
- [fccc041](https://github.com/gulpjs/gulp-cli/commit/fccc041ec0a39b9b46566114e6bbcd0692a25944) fix lint
74+
- [ae4f954](https://github.com/gulpjs/gulp-cli/commit/ae4f954dcf2a241bdd4a84879408239a2c260bfa) switch nomnom for yargs
75+
- [8dfc1f1](https://github.com/gulpjs/gulp-cli/commit/8dfc1f17a6fe5c493e86b045c87a8cde3e89040a) cleanup for unsupported versions
76+
- [76ae4d2](https://github.com/gulpjs/gulp-cli/commit/76ae4d278414d62014fa397c03c4277c854b987a) reorg file structure and add version matching based on semver ranges
77+
- [1629465](https://github.com/gulpjs/gulp-cli/commit/1629465078e3fd8a6c1843e3eac30cf2ae950038) fix require path (@heikki)
78+
- [5235056](https://github.com/gulpjs/gulp-cli/commit/52350568af409e8e21f8c9a4454cb8a699fe6bd5) initial commit to support 3.x & 4.0
79+
- [52ef399](https://github.com/gulpjs/gulp-cli/commit/52ef3996e5789a7ef4519fadaf9bafa795c5dd4a) fix autocompletion (@heikki)
80+
- [#43](https://github.com/gulpjs/gulp-cli/pull/43) Switching to ESLint (@pdehaan)
81+
- [2360108](https://github.com/gulpjs/gulp-cli/commit/2360108ebba136a76cdb77981cc91c0a912c11e5) Remove glob from JSCS lint (@pdehaan)
82+
- [2a49e20](https://github.com/gulpjs/gulp-cli/commit/2a49e2056dc0cb8093d093f7a0af54232e863297) Bump eslint-config-gulp and jscs-preset-gulp deps (@pdehaan)
83+
- [57f069b](https://github.com/gulpjs/gulp-cli/commit/57f069b6a59d819aab91896febb53e31cb2623c9) Switching to ESLint (@pdehaan)
84+
- [#44](https://github.com/gulpjs/gulp-cli/pull/44) Switching to jscs-preset-gulp preset (@pdehaan)
85+
- [6b9e1c0](https://github.com/gulpjs/gulp-cli/commit/6b9e1c0ebc55a4a73f14e8c9c6d928099a846b7f) Switching to jscs-preset-gulp preset (@pdehaan)
86+
87+
### v0.3.0 (2015/07/12 22:42 +00:00)
88+
- [27ff409](https://github.com/gulpjs/gulp-cli/commit/27ff409116ddd5a6af29d54cecc94c69c4bf4162) 0.3.0
89+
- [3afeb5d](https://github.com/gulpjs/gulp-cli/commit/3afeb5de9225b500e4a1466895483965cadabb82) bump v8flags
90+
- [07efb57](https://github.com/gulpjs/gulp-cli/commit/07efb57bf03d5c30a176f23cb9774eafedbac823) bump liftoff
91+
- [90fe665](https://github.com/gulpjs/gulp-cli/commit/90fe665fe97743315e5e20b7eb287a4aea425538) remove 6to5 tests and deps, switch to labs lcov report
92+
- [82115c2](https://github.com/gulpjs/gulp-cli/commit/82115c2d7c8a56c7cb6a4de619a0d6513b40e4ad) make linting pass
93+
- [f5e4281](https://github.com/gulpjs/gulp-cli/commit/f5e42811d3640bd7325ba64e63d7c71e08b91096) update deps
94+
- [#23](https://github.com/gulpjs/gulp-cli/pull/23) Fix badges (@austinpray)
95+
- [f927620](https://github.com/gulpjs/gulp-cli/commit/f927620cbe8c309caae7983f689cfb09fa9363c4) Fix badges (@austinpray)
96+
97+
### v0.2.0 (2015/03/22 03:56 +00:00)
98+
- [ef6fef2](https://github.com/gulpjs/gulp-cli/commit/ef6fef27998309073d6c8c3606e57e3414c0e0a9) 0.2.0
99+
- [47fb9be](https://github.com/gulpjs/gulp-cli/commit/47fb9be67a50f2a1fab545a9b5e0cf26c02e2c32) bring JSCS over from gulp and fix formatting
100+
- [58c4c53](https://github.com/gulpjs/gulp-cli/commit/58c4c53dd3c9a3f6fc9d6f802606dd3dd170efc9) Fix dependency regex
101+
- [c559f79](https://github.com/gulpjs/gulp-cli/commit/c559f798b9e7e4a791a64eb5ddf6d72ba5944623) fix #19 Support description (@louisremi)
102+
- [#18](https://github.com/gulpjs/gulp-cli/pull/18) remove engineStrict (@suyash)
103+
- [e05a13f](https://github.com/gulpjs/gulp-cli/commit/e05a13f47157493b3693386d1ad6e3bf4ab10ca6) remove engineStrict (@suyash)
104+
- [#16](https://github.com/gulpjs/gulp-cli/pull/16) Updates chalk to 1.0.0. (@jbnicolai)
105+
- [9c81da4](https://github.com/gulpjs/gulp-cli/commit/9c81da43a9c411930d9719e60f7a2087c50a3472) Updates chalk to 1.0.0. (@jbnicolai)
106+
- [f5716fe](https://github.com/gulpjs/gulp-cli/commit/f5716fe72333d3a3b1d994ac545100b37748f42d) fix readme grammar (@contra)
107+
- [7ae62f9](https://github.com/gulpjs/gulp-cli/commit/7ae62f9007b86093d97846716f33af8f6628e8e7) increase test timeout to fix failing windows tests (@heikki)
108+
- [9a78e5f](https://github.com/gulpjs/gulp-cli/commit/9a78e5fedcb58beea4292bc1e1cf53231ef24532) Update appveyor.yml (@heikki)
109+
- [b7a2203](https://github.com/gulpjs/gulp-cli/commit/b7a2203f96afdeb5a9b093fa6450e60f8ff2d6a4) Update .travis.yml (@sindresorhus)
110+
111+
### v0.1.5 (2015/01/18 22:50 +00:00)
112+
- [f323e4d](https://github.com/gulpjs/gulp-cli/commit/f323e4d312491bce2d173d99e606ac4f7f280b91) 0.1.5
113+
- [97bec36](https://github.com/gulpjs/gulp-cli/commit/97bec365ca8b2b5adb4bc68c3520ab652cbcc498) bump v8flags
114+
- [#11](https://github.com/gulpjs/gulp-cli/pull/11) bump liftoff and v8flags (@tkellen)
115+
- [b9e87f5](https://github.com/gulpjs/gulp-cli/commit/b9e87f51a0ad8fd3ae0d5753ef1bbf9613ea489c) bump liftoff and v8flags (@tkellen)
116+
117+
### v0.1.4 (2015/01/10 20:17 +00:00)
118+
- [895d905](https://github.com/gulpjs/gulp-cli/commit/895d9058596a09078989b7c1977281971554296f) 0.1.4
119+
- [6675cac](https://github.com/gulpjs/gulp-cli/commit/6675cac126bd969a70f40179a5cf2d41b1e2f765) add es6 support and tests - ref gulpjs/gulp#830
120+
121+
### v0.1.3 (2014/12/30 05:41 +00:00)
122+
- [cc3c645](https://github.com/gulpjs/gulp-cli/commit/cc3c6456ab84e1d779d5f780840cf28489b07e15) 0.1.3
123+
- [181dd71](https://github.com/gulpjs/gulp-cli/commit/181dd71802ccbe7155ee7d204b6762daed3f54af) executable bin
124+
125+
### v0.1.2 (2014/12/30 05:38 +00:00)
126+
- [641e5c1](https://github.com/gulpjs/gulp-cli/commit/641e5c1779cbfce09193b296d2df45cae6496c7a) 0.1.2
127+
- [c1ac0e4](https://github.com/gulpjs/gulp-cli/commit/c1ac0e4c7bfa1f6b0abc7312f5a6d471a0386b8d) derp the bin env
128+
- [f257820](https://github.com/gulpjs/gulp-cli/commit/f257820141ad16cab80a79fadb77dd326f3130bd) setup appveyor
129+
130+
### v0.1.1 (2014/12/30 04:46 +00:00)
131+
- [31acd4b](https://github.com/gulpjs/gulp-cli/commit/31acd4b919d9a5f88c9bbc637864893efe6842c1) 0.1.1
132+
- [a9ab2aa](https://github.com/gulpjs/gulp-cli/commit/a9ab2aa83c6c6937248765c590886e7f5b470d16) ship the bin
133+
- [d5a3816](https://github.com/gulpjs/gulp-cli/commit/d5a3816f3e859baa338533f4fd9d2721328d6af1) fix test titles
134+
- [6b2c2ef](https://github.com/gulpjs/gulp-cli/commit/6b2c2ef8827980af5f9c3b0b107173aa70c484ca) export a run function from index.js
135+
- [#4](https://github.com/gulpjs/gulp-cli/pull/4) Fix windows tests (@heikki)
136+
- [2d8c377](https://github.com/gulpjs/gulp-cli/commit/2d8c37736c114020a87c2e67198d68005006f9d3) convert windows path separators (@heikki)
137+
- [1a1271a](https://github.com/gulpjs/gulp-cli/commit/1a1271ac0ff14bc98617e86ad4b6ccc72bec2065) fix windows line endings (@heikki)
138+
- [9a11607](https://github.com/gulpjs/gulp-cli/commit/9a11607a0013d439af7ddbf216cb2f07d10dfdf0) fix stdout truncate problem on windows (@heikki)
139+
- [7b1007e](https://github.com/gulpjs/gulp-cli/commit/7b1007e530519e68bf216b6c1723f6015c87ffef) add 'node' to exec command to fix windows issue (@heikki)
140+
- [9c71562](https://github.com/gulpjs/gulp-cli/commit/9c71562792d68d81bc7ee3f6486db808f8f29df4) no need for marked-man in deps
141+
- [29a5b52](https://github.com/gulpjs/gulp-cli/commit/29a5b52afbd279c4218688d3f21435f814570acf) cleanup devDeps and move marked-man to deps
142+
- [194f667](https://github.com/gulpjs/gulp-cli/commit/194f66720892adfcf558380b6a5c65ab4613c13f) add task tree test from main module
143+
- [5e8e7cf](https://github.com/gulpjs/gulp-cli/commit/5e8e7cfe904477424bdf0c08adb2c7251c44341f) add version test
144+
- [b1b17e0](https://github.com/gulpjs/gulp-cli/commit/b1b17e0ef441e70b561a53c3283f82d05a801065) add flags test
145+
- [80a4d87](https://github.com/gulpjs/gulp-cli/commit/80a4d87c5068337657607a20394a3b457ad49d01) add first CLI test
146+
- [7061e68](https://github.com/gulpjs/gulp-cli/commit/7061e680b1f1a69187b96c7bc484864737cf00a1) update/prune deps
147+
- [562823f](https://github.com/gulpjs/gulp-cli/commit/562823f4640b099965ebdcb0cf2fc46bc79c2627) add readme
148+
- [bae9c61](https://github.com/gulpjs/gulp-cli/commit/bae9c61e35deea0358694a856a521f6e596238b7) being copying the CLI over

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
"lint": "eslint . && jscs index.js bin/ lib/ test/",
2828
"prepublish": "marked-man --name gulp docs/CLI.md > gulp.1",
2929
"pretest": "npm run lint",
30-
"test": "lab test/*.js -cv"
30+
"test": "lab test/*.js -cv",
31+
"changelog": "github-changes -o gulpjs -r gulp-cli -b master -f ./CHANGELOG.md --order-semver --use-commit-body"
3132
},
3233
"dependencies": {
3334
"archy": "^1.0.0",
@@ -54,6 +55,7 @@
5455
"eslint": "^1.7.3",
5556
"eslint-config-gulp": "^2.0.0",
5657
"fs-extra": "^0.26.1",
58+
"github-changes": "^1.0.1",
5759
"gulp": "gulpjs/gulp#4.0",
5860
"jscs": "^2.3.5",
5961
"jscs-preset-gulp": "^1.0.0",

0 commit comments

Comments
 (0)