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

feat!: add autorelease: tagged label when creating GitHub release #329

Merged
merged 3 commits into from Jan 2, 2020

Conversation

bcoe
Copy link
Contributor

@bcoe bcoe commented Dec 21, 2019

BREAKING CHANGE: made addLabels API consistent with removeLabels.

The automation tool we use in conjunction with release-please, autorelease, adds the tag autorelease: tagged, when a GitHub release has been created, but the package hasn't yet been published to a package registry.

release-please now does the same; this will allow Node.js to continue using the same release monitoring helpers (which raise an alarm if a release failed) as we start moving towards a probot application for publishing to npm.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Dec 21, 2019
@codecov
Copy link

codecov bot commented Dec 21, 2019

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #329   +/-   ##
=======================================
  Coverage   85.53%   85.53%           
=======================================
  Files          25       25           
  Lines        2993     2993           
  Branches      263      263           
=======================================
  Hits         2560     2560           
  Misses        422      422           
  Partials       11       11

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 fc8a8aa...47e9d53. Read the comment docs.

@bcoe bcoe changed the title feat: add autorelease: tagged label when creating GitHub release feat!: add autorelease: tagged label when creating GitHub release Jan 2, 2020
@bcoe bcoe merged commit 0dd1c51 into master Jan 2, 2020
@bcoe bcoe deleted the label-tagged branch January 2, 2020 23:18
@release-please release-please bot mentioned this pull request Jan 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants