-
-
Notifications
You must be signed in to change notification settings - Fork 609
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build: add tooling for changelog generation #1289
Conversation
… top-level for namespace packages
981e904
to
aa4c509
Compare
Signed-off-by: Athan <[email protected]>
lib/node_modules/@stdlib/_tools/changelog/parse-commits/package.json
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/_tools/changelog/generate/package.json
Outdated
Show resolved
Hide resolved
Signed-off-by: Athan <[email protected]>
lib/node_modules/@stdlib/_tools/changelog/parse-commits/README.md
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/_tools/changelog/parse-commits/README.md
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/_tools/changelog/parse-commits/examples/index.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/_tools/changelog/parse-commits/lib/main.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/_tools/changelog/parse-commits/lib/main.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/_tools/changelog/parse-commits/lib/main.js
Outdated
Show resolved
Hide resolved
Signed-off-by: Athan <[email protected]>
lib/node_modules/@stdlib/_tools/changelog/parse-commits/lib/main.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/_tools/changelog/recommend-version-bump/lib/main.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/_tools/changelog/recommend-version-bump/lib/main.js
Outdated
Show resolved
Hide resolved
Signed-off-by: Athan <[email protected]>
lib/node_modules/@stdlib/_tools/changelog/recommend-version-bump/test/test.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/_tools/changelog/recommend-version-bump/test/test.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/_tools/changelog/recommend-version-bump/test/test.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/_tools/changelog/recommend-version-bump/test/test.js
Outdated
Show resolved
Hide resolved
Signed-off-by: Athan <[email protected]>
lib/node_modules/@stdlib/_tools/changelog/generate/test/test.js
Outdated
Show resolved
Hide resolved
Signed-off-by: Athan <[email protected]>
lib/node_modules/@stdlib/_tools/changelog/parse-commits/lib/conventional_changelog.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/_tools/changelog/parse-commits/lib/conventional_changelog.js
Show resolved
Hide resolved
lib/node_modules/@stdlib/_tools/changelog/parse-commits/lib/conventional_changelog.js
Outdated
Show resolved
Hide resolved
Signed-off-by: Athan <[email protected]>
lib/node_modules/@stdlib/_tools/changelog/parse-commits/lib/conventional_changelog.js
Outdated
Show resolved
Hide resolved
Signed-off-by: Athan <[email protected]>
Signed-off-by: Athan <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Planeshifter apart from the ES6 which slipped in, this PR should be ready for merge. Once the final comment is resolved, I'll approve and merge.
Signed-off-by: Athan <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Let's go ahead and merge and address any subsequent changes in follow-up PRs...
PR-URL: stdlib-js#1289 Co-authored-by: Athan Reines <[email protected]> Reviewed-by: Athan Reines <[email protected]> Signed-off-by: Athan Reines <[email protected]> Signed-off-by: Philipp Burckhardt <[email protected]>
Description
This pull request:
Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers