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: Generation of release notes #1366

Merged
merged 1 commit into from
Dec 1, 2020
Merged

fix: Generation of release notes #1366

merged 1 commit into from
Dec 1, 2020

Conversation

piotradamczyk5
Copy link
Contributor

The issue was caused by bad content type used in api

Test Plan

How do we know the code works?

  1. Run flank-scripts/bash/flankScripts ci generateReleaseNotes --token=$GITHUB_TOKEN
  2. Check file release_notes.md

@@ -201,4 +201,4 @@ fun <T> withTempFile(block: File.() -> T): T {
return block(tempFile).also { tempFile.delete() }
}

tasks["detekt"].dependsOn(tasks["checkIfVersionUpdated"])
// TODO temporary disabled tasks["check"].dependsOn(tasks["checkIfVersionUpdated"])
Copy link
Contributor

Choose a reason for hiding this comment

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

Make a ticket for this so its not forgotten about?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yeah I will do it just after merging it

@codecov-io
Copy link

Codecov Report

Merging #1366 (e2736b2) into master (23b269b) will decrease coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #1366      +/-   ##
============================================
- Coverage     77.81%   77.79%   -0.03%     
  Complexity      705      705              
============================================
  Files           244      244              
  Lines          4693     4693              
  Branches        901      901              
============================================
- Hits           3652     3651       -1     
  Misses          550      550              
- Partials        491      492       +1     

@github-actions
Copy link
Contributor

github-actions bot commented Dec 1, 2020

Timestamp: 2020-12-01 14:15:06
Buildscan url for ubuntu-workflow run 393992876
https://gradle.com/s/lce7nomuksngc

@mergify mergify bot merged commit a016df8 into master Dec 1, 2020
@mergify mergify bot deleted the #fix_release_job branch December 1, 2020 14:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants