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

fix: don't include pre-release in latestTag calculation #427

Merged
merged 2 commits into from
May 5, 2020

Conversation

bcoe
Copy link
Contributor

@bcoe bcoe commented May 5, 2020

pre-releases were being used in the logic for calculating the latest tag, this meant that as soon as we released a pre-release, it broke the CHANGELOG generation on the next run.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label May 5, 2020
@bcoe bcoe requested review from chingor13 and feywind May 5, 2020 19:14
@@ -836,8 +836,8 @@ This PR was generated with [Release Please](https://github.com/googleapis/releas
`

exports['labels-bom'] = {
"labels": [
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Possible you need to ignore __snapshots__ in your .prettierignore

@codecov
Copy link

codecov bot commented May 5, 2020

Codecov Report

Merging #427 into master will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #427   +/-   ##
=======================================
  Coverage   89.35%   89.36%           
=======================================
  Files          30       30           
  Lines        3494     3497    +3     
  Branches      333      334    +1     
=======================================
+ Hits         3122     3125    +3     
  Misses        371      371           
  Partials        1        1           
Impacted Files Coverage Δ
src/github.ts 75.05% <100.00%> (+0.08%) ⬆️

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 860c613...742a877. Read the comment docs.

@bcoe bcoe merged commit 1ddb18a into master May 5, 2020
@bcoe bcoe deleted the skip-pre-release branch May 5, 2020 19:20
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