Rhys Arkins
cbd748efe6
fix: addReleaseNotes should check for valid input
2018-02-08 12:10:36 +01:00
Rhys Arkins
85d9607f12
fix: better escape all # chars in PR bodies
2018-02-08 10:44:58 +01:00
Rhys Arkins
3cf550069e
fix: check only for 422 when catching branch update error (github)
2018-02-08 10:04:33 +01:00
Rhys Arkins
1610752547
fix: add check for version.time (npmjs)
2018-02-08 06:50:10 +01:00
Rhys Arkins
4c6e3f7932
fix: use existing lock files when rebasing
...
Check if a lock file already exists in the current *branch* and if so then use it as the base for generating the new lock file and not the master one. Ensures that simple rebases result in same result.
Closes #1481
2018-02-07 16:23:41 +01:00
Rhys Arkins
84fe4f2dff
chore: lower getFile 404 warn to info
2018-02-07 16:23:00 +01:00
Renovate Bot
77354d9538
chore: update dependency jest to v22.2.1 ( #1496 )
2018-02-07 15:07:02 +01:00
Renovate Bot
1882e04096
refactor: update dependency semantic-release to v12 ( #1387 )
2018-02-07 13:02:52 +01:00
Rhys Arkins
a512b416eb
fix: use parent repo for assignees and labels when in fork mode
2018-02-07 12:26:13 +01:00
Renovate Bot
943a36b111
chore: update dependency jest to v22.2.0
2018-02-07 12:22:10 +01:00
Rhys Arkins
dc1bcee68e
chore: downgrade closed PR warning to info
2018-02-07 12:03:49 +01:00
Rhys Arkins
430b8237c3
chore: fix lint
2018-02-07 11:03:26 +01:00
Rhys Arkins
c7efe253da
fix: massage changelog release note bodies
2018-02-07 11:01:43 +01:00
Rhys Arkins
5609767748
chore: downgrade release note logs to trace
2018-02-07 11:01:32 +01:00
Rhys Arkins
465849cac5
fix: add url to release notes
2018-02-07 11:00:47 +01:00
Rhys Arkins
7785b6df48
fix: decrease release note heading sizes
2018-02-07 10:59:37 +01:00
Rhys Arkins
545218468f
fix: Better summary/details substitution for gitlab pr bodies
2018-02-07 10:53:44 +01:00
Rhys Arkins
c97b1db1e6
tests: update snapshots
2018-02-07 10:36:11 +01:00
Rhys Arkins
94bcca0e8c
fix: use details/summary for non-group Release Notes
2018-02-07 09:48:39 +01:00
Rhys Arkins
4555dcf38a
chore: downgrade CHANGELOG no entry found log
2018-02-07 09:44:44 +01:00
Renovate Bot
20999c3793
fix: update dependency commander to v2.14.1 ( #1493 )
...
fix: update dependency commander to v2.14.1
2018-02-07 08:59:22 +01:00
Rhys Arkins
8b4f116ad6
refactor: log when no entry found in CHANGELOG.md
2018-02-07 08:32:55 +01:00
Rhys Arkins
2deb4a90f7
fix: support parsing [x.y.z] changelog headings
2018-02-07 08:25:30 +01:00
Rhys Arkins
4a7f493ec4
fix: delete branch if create pr returns “validation failed”
2018-02-07 08:05:32 +01:00
Rhys Arkins
19f04bee69
fix: log message when failing to create PR
2018-02-07 07:16:32 +01:00
Rhys Arkins
85a09fffe5
fix: return err.stderr not stderr when npm install fails
2018-02-07 06:30:06 +01:00
Rhys Arkins
40859b10e2
feat: use yarn mutex to ensure only one install at a time
2018-02-07 06:21:25 +01:00
Rhys Arkins
df69c9e3a2
fix: escape links to GitHub usernames
2018-02-06 19:21:22 +01:00
Rhys Arkins
f6e2627774
feat: parse CHANGELOG.md in source repositories ( #1491 )
...
Parses `CHANGELOG.md` for first or second-level markdown headings matching versions. Supports GitHub-only source repositories for now.
Closes #1470
2018-02-06 18:53:36 +01:00
Rhys Arkins
4663967379
fix: better lerna version detection
2018-02-06 15:49:21 +01:00
Rhys Arkins
34ccbe38a3
fix: de-dupe release notes in each PR
2018-02-06 14:24:14 +01:00
Rhys Arkins
da7ad5b342
chore: downgrade cached result log to trace
2018-02-06 14:17:46 +01:00
Rhys Arkins
f721573e94
fix: escape github pull not pulls
2018-02-06 14:01:29 +01:00
Rhys Arkins
29cae7725b
fix: show newDigest for docker digest pinning in onboarding PR
2018-02-06 11:14:55 +01:00
Rhys Arkins
6d7bbaefcc
fix: detect lerna version in dependencies or devDependencies
2018-02-06 10:56:21 +01:00
Luca
95289592a0
chore: add -v parameter to cli ( #1489 )
...
NOTE:
I followed this doc as from what I've seen in the discussion the desired arguments would be `--version` and `-v`, while `commander` uses `-V` as default. This is their suggested way of overwriting it.
https://github.com/tj/commander.js#version-option
Fixes #1469
2018-02-06 07:09:54 +01:00
Hutson Betts
f7bd7c37d9
fix(yarn): support upgrading windows-only modules
2018-02-06 07:03:47 +01:00
Renovate Bot
837380008c
fix: update dependency commander to v2.14.0 ( #1490 )
2018-02-06 06:55:49 +01:00
Rhys Arkins
a79222b777
fix: catch initRepo 403 (github)
2018-02-05 22:23:50 +01:00
Rhys Arkins
5dea3f7150
fix: check initRepo res before logging res.body
2018-02-05 22:10:12 +01:00
Rhys Arkins
9c89629183
fix: re-enable lerna bootstrap ( #1487 )
...
* Revert "fix: Revert "feat: lerna bootstrap support (#1486 )""
This reverts commit 4e592d601d
.
* fix: fix lerna.json detection
2018-02-05 20:06:24 +01:00
Rhys Arkins
4e592d601d
fix: Revert "feat: lerna bootstrap support ( #1486 )"
...
This reverts commit 3cab59d2fe
.
2018-02-05 19:40:54 +01:00
Rhys Arkins
3cab59d2fe
feat: lerna bootstrap support ( #1486 )
...
Adds support for running `lerna bootstrap` instead of `npm install` or `yarn install` (without Workspaces), hence allowing support of internally-linked dependencies.
Closes #1441 , Closes #1443
2018-02-05 19:30:07 +01:00
Rhys Arkins
28371c667d
fix: catch blocked repositories properly
2018-02-05 18:38:07 +01:00
Rhys Arkins
f416f4b927
fix: don’t check statusCode for blocked
2018-02-05 14:34:46 +01:00
Renovate Bot
3f103a9f96
fix: update dependency pnpm to v1.32.0 ( #1484 )
2018-02-05 07:14:46 +01:00
Rhys Arkins
efa754cbc6
fix: add try/catch to ensureIssue (github)
2018-02-04 22:24:38 +01:00
Rhys Arkins
5dda1eedf9
fix: limit paginated results to 1000
2018-02-04 22:24:20 +01:00
Rhys Arkins
2389cf3f9e
fix: better retries log in github wrapper
2018-02-04 22:22:13 +01:00
Rhys Arkins
4a427adcac
fix: don’t clean branches if repository is not found or blocked
2018-02-04 21:57:43 +01:00