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

Fabo/release PR now adds PENDING.md to CHANGELOG.md #2242

Merged
merged 9 commits into from
Mar 12, 2019
Merged

Conversation

faboweb
Copy link
Collaborator

@faboweb faboweb commented Mar 12, 2019

Closes #ISSUE

Description:

Thank you! 🚀


For contributor:

  • Added entries in PENDING.md with issue # and GitHub username
  • Reviewed Files changed in the github PR explorer
  • Attach screenshots of the UI components on the PR description (if applicable)
  • Scope of work approved for big PRs

For reviewer:

  • Manually tested the changes on the UI

@codecov
Copy link

codecov bot commented Mar 12, 2019

Codecov Report

Merging #2242 into develop will increase coverage by 0.86%.
The diff coverage is 100%.

@@            Coverage Diff             @@
##           develop   #2242      +/-   ##
==========================================
+ Coverage    95.43%   96.3%   +0.86%     
==========================================
  Files          109     109              
  Lines         2300    2300              
  Branches       116     116              
==========================================
+ Hits          2195    2215      +20     
+ Misses          92      72      -20     
  Partials        13      13
Impacted Files Coverage Δ
tasks/createReleasePR.js 100% <100%> (+55.55%) ⬆️

@sabau
Copy link
Contributor

sabau commented Mar 12, 2019

Nice, we should also changer tasks/changelog-changed-check.sh

@@ -60,15 +60,16 @@ if (require.main === module) {
cli({}, async () => {
console.log(`Making release...`)
const changeLog = fs.readFileSync(__dirname + `/../CHANGELOG.md`, `utf8`)
const pending = fs.readFileSync(__dirname + `/../PENDING.md`, `utf8`)
Copy link
Contributor

Choose a reason for hiding this comment

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

just nice to have for compatibility:

  • we should create paths using the OS agnostic path.join(__dirname, '..', 'PENDING.md')

@faboweb
Copy link
Collaborator Author

faboweb commented Mar 12, 2019

done @sabau

CHANGELOG.md Outdated
@@ -7,6 +7,32 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [1.0.0-beta.22] - 2019-03-12
Copy link
Collaborator

Choose a reason for hiding this comment

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

what's going on here?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

That's from the tests. I will fix it.

sabau
sabau previously approved these changes Mar 12, 2019
Copy link
Contributor

@sabau sabau left a comment

Choose a reason for hiding this comment

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

just the little spec file stuff, but we can merge it, would be great to have this by today

@fedekunze
Copy link
Contributor

does this also cleans up (deletes the content from) the PENDING file afterwards?

@faboweb
Copy link
Collaborator Author

faboweb commented Mar 12, 2019

does this also cleans up (deletes the content from) the PENDING file afterwards?

yes, https://github.com/cosmos/voyager/pull/2242/files#diff-43cc321e48a28e2a37a58505444a08c7R72

@jbibla jbibla merged commit d0d446d into develop Mar 12, 2019
@jbibla jbibla deleted the fabo/pending-to-pr branch March 12, 2019 21:25
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.

4 participants