Skip to content
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

chore(ci): use Actions to generate changelog #488

Merged
merged 2 commits into from
Aug 21, 2020

Conversation

mmarchini
Copy link
Contributor

release-please will bump the package version and generate changelogs
based on conventionalcommit. It does so by opening a PR every time a
commit lands, and it updates that PR for each subsequent commit.
Publishing to npm is still done manually.

Ref: #446

@codecov
Copy link

codecov bot commented Aug 20, 2020

Codecov Report

Merging #488 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #488   +/-   ##
=======================================
  Coverage   83.13%   83.13%           
=======================================
  Files          34       34           
  Lines        1696     1696           
=======================================
  Hits         1410     1410           
  Misses        286      286           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 855f1d4...eba88a4. Read the comment docs.

@mmarchini
Copy link
Contributor Author

cc @nodejs/node-core-utils this should offload some of the release process to Actions (we still need to publish it manually though).

`release-please` will bump the package version and generate changelogs
based on conventionalcommit. It does so by opening a PR every time a
commit lands, and it updates that PR for each subsequent commit.
Publishing to npm is still done manually.

Ref: nodejs#446
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants