github-changelog 1.0.2 (patch)
github-changelog
- #23 only process commits on the current branch (@mansona)
- #24 Fix issue with similarly named packages matching the wrong package in the generated changelog. (@NullVoxPopuli)
- Chris Manson (@mansona)
- @NullVoxPopuli
github-changelog 1.0.1 (patch)
github-changelog
- #22 Apply ignoreCommitters config to PR creators (@nickschot)
- #19 fix npm badge to point at the right package (@mansona)
- Chris Manson (@mansona)
- Nick Schot (@nickschot)
github-changelog 1.0.0 (major)
- Chris Manson (@mansona)
@ef4/lerna-changelog 2.2.1 (patch)
- Chris Manson (@mansona)
@ef4/lerna-changelog 2.2.0 (minor)
- Chris Manson (@mansona)
@ef4/lerna-changelog 2.1.0 (minor)
@ef4/lerna-changelog
- #8 Robustly discover packages for any tool (@NullVoxPopuli)
- Chris Manson (@mansona)
- @NullVoxPopuli
@ef4/lerna-changelog 2.0.0 (major)
- #4 Update release-plan workflows (@mansona)
- #3 running npm init release-plan-setup (@mansona)
- #2 Update changelog and readme badges (@mansona)
- Chris Manson (@mansona)
- #486 Drop support for Node.js 10 (@Turbo87)
- #198 Drop support for Node 8 (@Turbo87)
- #160 Drop support for Node 6 (@Turbo87)
- #560 Update
cli-highlight
to v2.1.11 (@elwayman02) - #495 Add support for
--repo
option (@Turbo87) - #492 Add
dependabot-preview
to default list of ignored committers (@Turbo87) - #153 enhancement: Update string renderer to add empty lines only when commits are present. (@shrikanthkr)
- #158 Upgrade
yargs
to v13 (@dcyriller)
- #296 Omit commiters line when all are filtered out (@petrch87)
- #398 Fix handling of --next-version-from-metadata option (@contolini)
- #259 Allow
;
characters in merge commit messages (@tuchk4) - #189 Abort process when github response is not OK (@emmenko)
- Jordan Hawker (@elwayman02)
- Tobias Bieniek (@Turbo87)
- Chris Contolini (@contolini)
- Petr Chňoupek (@petrch87)
- Valerii Sorokobatko (@tuchk4)
- Cyrille David (@dcyriller)
- Nicola Molinari (@emmenko)
- Shrikanth (@shrikanthkr)
- #155 Fix incorrect repo parsing for project names with
.
characters (@shrikanthkr)
- #151 Add dependabot config (@Turbo87)
- #149 Update locked dependencies (@trivikr)
- #146 Update
jest
to v24.x (@trivikr) - #143 Upgrade
p-map
to v2.1.0 (@trivikr) - #144 Remove unused
string.prototype.padend
dependency (@trivikr) - #137 Update
execa
to v1.0.0 (@trivikr) - #139 Upgrade
typescript
to v3.6.3 (@trivikr) - #127 TravisCI: Remove deprecated
sudo: false
option (@Turbo87)
- Shrikanth (@shrikanthkr)
- Tobias Bieniek (@Turbo87)
- Trivikram Kamat (@trivikr)
- Tobias Bieniek (@Turbo87)
- #120 Add monorepo support docs (@jonaskello)
- Alexandre Paixao (@alex-pex)
- Jonas Kello (@jonaskello)
- #115 Improve CLI help output (@Turbo87)
- #114 Add
--from
and--to
as replacements for--tag-from/to
(@Turbo87) - #108 Improve progress reporting (@Turbo87)
- #105 Ignore dependency update bots by default (@Turbo87)
- #103 Use
cli-highlight
to syntax highlight markdown output. (@Turbo87) - #102 Improve automatic config detection. (@Turbo87)
- #116 Fix progress bar rendering for
--no-color
(@Turbo87) - #107 Fix
refName
parsing (@Turbo87) - #106 Remove trailing period enforcement from PR titles (@Turbo87)
- #104 Add
@
sign in front of contributor login (@Turbo87)
- #111 Update
progress
to v2.0.0 (@Turbo87) - #112 Update
rimraf
to v2.6.2 (@Turbo87) - #110 Update
p-map
to v1.2.0 (@Turbo87) - #109 Update
yargs
to v11.0.0 (@Turbo87) - #101 CI: Remove
node_modules
from cache. (@Turbo87) - #100 package.json: Adjust changelog labels. (@Turbo87)
- #99 Use
prettier
to format code. (@Turbo87) - #98 Use
jest-runner-tslint
for linting. (@Turbo87) - #97 Update
make-fetch-happen
to v4.0.1. (@Turbo87) - #96 Update
fs-extra
to v6.0.1. (@Turbo87) - #95 Update
chalk
to v2.4.1. (@Turbo87) - #94 Update to Jest 23. (@Turbo87)
- #93 Update
execa
to v0.10.0. (@Turbo87) - #91 Update TSLint and fix issues. (@Turbo87)
- #90 Update
typescript
to v2.9.2. (@Turbo87)
- Tobias Bieniek (Turbo87)
- #82 changelog: Handle missing issues/PRs gracefully. (@Turbo87)
- #73 Use HTTP-based caching. (@Turbo87)
- #80 GitHubAPI class refactorings. (@Turbo87)
- #72 Convert "cli" script to TypeScript and wrap in a run() function. (@Turbo87)
- Tobias Bieniek (Turbo87)
- Don't have to specify "repo" in the config
- Have a set of default labels
- #71 configuration: Derive repo from package.json and use default labels. (@Turbo87)
- #60 Add support for homu merge commits. (@Turbo87)
- #70 configuration-error: Add missing "message" property. (@Turbo87)
- #64 progressBar: Split tick() into setTitle() and tick(). (@Turbo87)
- #67 Change git functions to be async using "execa". (@Turbo87)
- #66 MarkdownRenderer cleanup. (@Turbo87)
- #65 Extract "MarkdownRenderer" class. (@Turbo87)
- #61 Refactorings and code simplification (part 2). (@Turbo87)
- #59 Refactorings and code simplification. (@Turbo87)
- #54 Convert to TypeScript. (@Turbo87)
- Tobias Bieniek (Turbo87)
- Make lerna-changelog work better for a regular repo (including this one)
- #49 Exclude arrow functions, classes and generator functions from being transpiled. (@Turbo87)
- #50 Update "jest" to v20.0.4. (@Turbo87)
- #48 Adjust "lint" script. (@Turbo87)
- #47 Move configuration from "lerna.json" into "package.json". (@Turbo87)
- Tobias Bieniek (Turbo87)
Notable changes:
- We dropped Node 0.10/0.12
- Adds support for the "changelog" config key from "package.json" instead of from "lerna.json"
- Removes "lerna" peerDep
Basically removes ties to lerna so can be used standalone.
- Other
- Tobias Bieniek (Turbo87)
- Ville Immonen (fson)
- Henry Zhu (hzoo)
- Henry Zhu (hzoo)
- #13 Remove the
--first-parent
option from log list generation. (@gigabo) - #20 Nicer error message on missing config. (@gigabo)
- #14 Update repository URLs in package.json. (@gigabo)
- Bo Borgerson (gigabo)