Commit Graph
136 Commits
Author SHA1 Message Date
Stephan Bönnemann 889f5f4360 style: use es6 in tests 2015-06-12 13:24:44 -07:00
Stephan Bönnemann 191ae78a9f chore(tests): add coverage reports and coveralls 2015-06-12 12:20:12 -07:00
Stephan Bönnemann 384bc63e5d chore(tests): add build to allow es6 in tests 2015-06-12 10:22:57 -07:00
Stephan Bönnemann 4e90e4b98b test: convert from tape to tap 2015-06-11 17:07:54 -07:00
Stephan Bönnemann 649af78c56 style(tests): require deps in every file 2015-06-11 17:07:54 -07:00
Stephan Bönnemann bd715dfdf4 test(createModule): not installing semantic-release's deps all over again 2015-06-11 17:07:28 -07:00
Stephan Bönnemann f0bb39a22e style: use es6 in src 2015-06-11 15:05:15 -07:00
Stephan Bönnemann 5a8c8639af chore(package): add build-step 2015-06-11 12:36:50 -07:00
Stephan Bönnemann 825c0e66dd chore(lib): move inside src folder 2015-06-11 12:36:50 -07:00
Stephan Bönnemann 40b48e375d chore(package): update standard and tap-spec 2015-06-11 12:36:49 -07:00
Stephan Bönnemann 1f3c5e885e chore: allow es6 in src, wile keeping every commit addressable 2015-06-11 12:36:13 -07:00
Christoph Witzko 1db531b511 Merge pull request #30 from boennemann/feat-private-modules
feat(npm-info): support private modules
v3.4.0
2015-06-11 19:56:12 +02:00
Stephan Bönnemann db39c796a6 Merge pull request #38 from boennemann/feat-verify-version-placeholder
Not publishing placeholder versions
v3.3.2
2015-06-09 20:11:17 +02:00
Stephan Bönnemann 1591608f83 fix(verify): not publishing placeholder versions closes #24 2015-06-09 20:01:14 +02:00
Stephan Bönnemann 3250b9a1af test(verify): not publishing placeholder versions 2015-06-09 19:59:23 +02:00
Stephan Bönnemann 96757ac645 docs(readme): add jsconfbp talk 2015-06-08 12:11:14 +02:00
Christoph Witzko 25828960bc fix(npm-info): support basic auth 2015-05-27 19:05:06 +02:00
Stephan Bönnemann 8244fe9f7d Merge pull request #33 from lewiscowper/patch-2
docs(readme): add travis-after-all note to example .travis.yml
2015-05-27 11:04:28 +02:00
Christoph Witzko d0032de737 test(npm-info): support private modules 2015-05-27 11:01:55 +02:00
Lewis Cowper 6c6562249b docs(readme): add travis-after-all note to example travis.yml 2015-05-27 09:37:55 +01:00
Christoph Witzko 25cb545ea3 feat(npm-info): support private modules
closes #28
2015-05-25 00:25:09 +02:00
Stephan Bönnemann 0930a6e33d Merge pull request #27 from gr2m/patch-1
docs(readme): now also tested on io.js `^2`
2015-05-17 19:09:45 +02:00
Gregor Martynus 890255692f docs(readme): now also tested on io.js ^2 2015-05-17 13:11:44 +02:00
Christoph Witzko fd4c4d1c81 fix(pre): use path instead of name at verification hook object v3.3.1 2015-05-15 20:38:55 +02:00
Christoph Witzko 7ba1cb956f fix(pre): improved logging v3.3.0 2015-05-15 19:41:27 +02:00
Christoph Witzko 1f70215ffe test(pre): verification hook 2015-05-15 19:32:32 +02:00
Stephan BönnemannandChristoph Witzko 245f918201 fix(pre): exit script for failed validation 2015-05-15 19:08:27 +02:00
Christoph Witzko f0f53f207b fix(pre): correct type on initial release 2015-05-14 01:19:54 +02:00
Christoph Witzko 41c90124f6 feat(pre): pass more information to the verification hook 2015-05-12 15:52:47 +02:00
Christoph Witzko 44db677c4a chore: added cracks 2015-05-12 09:28:10 +02:00
Christoph Witzko 127cb673bd feat(pre): verification hook 2015-05-12 09:27:35 +02:00
Christoph Witzko a5dabed534 fix(pre): use raw body instead of subject v3.2.2 2015-05-12 08:53:38 +02:00
Christoph Witzko be9bb40dd2 refactor(pre): inline if 2015-05-12 08:53:38 +02:00
Stephan Bönnemann 4821aff69e fix(npm-info): correctly encode scoped package names
This adds support for releasing scoped packages that are public and and that have an initial version in the registry available.
More fixes needed to support yet unpublished/private scoped modules.
2015-05-12 00:06:03 +02:00
Stephan Bönnemann 773ecf693f docs(readme): document expected error closes #18 2015-05-11 23:34:35 +02:00
Stephan Bönnemann f2dd66f614 chore(travis): test on iojs-v2 2015-05-08 00:49:11 +02:00
Lewis CowperandChristoph Witzko 3b921a63c5 docs(ci server): typo fix v3.2.1 2015-05-04 14:41:03 +02:00
Christoph Witzko 785e7f7b3b fix(setup): add newline at the end of package.json 2015-05-04 09:18:08 +02:00
Lewis CowperandChristoph Witzko b38f1e0687 docs(intro): grammar fix 2015-05-04 09:06:51 +02:00
Stephan Bönnemann 323b5d5bf8 feat(post): custom release note generation v3.2.0 2015-04-24 15:52:54 +02:00
Stephan Bönnemann 3369f31a8d test(post): custom release note generation 2015-04-24 15:52:25 +02:00
Stephan Bönnemann 63096c50c4 docs(readme): add link to release note generation 2015-04-24 15:34:57 +02:00
Stephan Bönnemann 248c41a504 test(post): account for undeclared breaking change in github package v3.1.0 2015-04-24 00:24:21 +02:00
Stephan Bönnemann e0eee05a7e docs(readme): shorten, clarify, add custom commit analyzer section 2015-04-23 18:12:20 +02:00
Stephan Bönnemann 08ae05fb82 test(pre): custom commit message analyzer 2015-04-22 17:52:45 +02:00
Stephan Bönnemann e445effdcf feat(pre): add option to provide own commit message analyzer 2015-04-22 17:15:10 +02:00
Stephan Bönnemann 29469e0b8a perf(npm-info): remove duplicate status code check 2015-04-22 17:06:19 +02:00
Stephan Bönnemann 615d796f24 style(error): log stack if available 2015-04-21 15:04:12 +02:00
Stephan Bönnemann 49de103753 test(bin): remove legacy check 2015-04-21 15:03:35 +02:00
Stephan Bönnemann 749eb11e58 fix(pre): not running during npm pack v3.0.5 2015-04-21 14:21:57 +02:00