-
Notifications
You must be signed in to change notification settings - Fork 13.8k
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
Docs on how to package a release + CHANGELOG for 0.24.0 #4697
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4697 +/- ##
=======================================
Coverage 71.52% 71.52%
=======================================
Files 190 190
Lines 14927 14927
Branches 1102 1102
=======================================
Hits 10677 10677
Misses 4247 4247
Partials 3 3 Continue to review full report at Codecov.
|
CONTRIBUTING.md
Outdated
|
||
# publish an update to the CHANGELOG.md for the right version range | ||
# looking the latest CHANGELOG entry for the second argument | ||
./gen_changelog.sh 0.25.0 0.22.1 |
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.
versions looks reversed, also as an example something like 0.24 0.25 would be easier to follow
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.
Following the logic in the underlying tool. I don't feel strongly about it either way. npm's github-changes
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.
From gen_changelog.sh:
# usage: ./github-changes 0.20.0 0.20.1
# will overwrites the local CHANGELOG.md, somehow you need to merge it in
github-changes -o apache -r incubator-superset --token $GITHUB_TOKEN --between-tags $1...$2
So $1 should be older than $2
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.
Oh you're right!
* Docs on how to package a release + CHANGELOG for 0.24.0 * Addressing comments * Add pypi perm info (cherry picked from commit deb2111)
* Docs on how to package a release + CHANGELOG for 0.24.0 * Addressing comments * Add pypi perm info
* Docs on how to package a release + CHANGELOG for 0.24.0 * Addressing comments * Add pypi perm info
No description provided.