-
Notifications
You must be signed in to change notification settings - Fork 98
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
Conversation
Codecov Report
@@ 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
|
Nice, we should also changer |
tasks/createReleasePR.js
Outdated
@@ -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`) |
There was a problem hiding this comment.
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')
33a4480
to
4b2165c
Compare
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 |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
There was a problem hiding this 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
does this also cleans up (deletes the content from) the PENDING file afterwards? |
|
Closes #ISSUE
Description:
Thank you! 🚀
For contributor:
PENDING.md
with issue # and GitHub usernameFiles changed
in the github PR explorerFor reviewer: