-
Notifications
You must be signed in to change notification settings - Fork 7
Update developer's guide #354
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
Conversation
38ee050 to
ae84dec
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #354 +/- ##
========================================
Coverage 74.50% 74.50%
========================================
Files 57 57
Lines 6002 6002
Branches 1039 1039
========================================
Hits 4472 4472
Misses 1133 1133
Partials 397 397 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
dilpath
left a comment
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.
👍
doc/development.rst
Outdated
|
|
||
| 2. Update the changelog in ``doc/CHANGELOG.md``. | ||
|
|
||
| 3. Create a pull request with the changes to the main branch. |
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.
Is this from develop? Or some release_v101 like
git checkout develop
git pull
git checkout -b release_v101
git add petab/version.py doc/CHANGELOG.md
git commit -m 'bump version; update changelog'
If the latter then some more info is needed I think. "simple merge" to main, then merge main into develop.
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.
I'd leave that to the releasing person and assume some basic familiarity with git/github.
Co-authored-by: Dilan Pathirana <59329744+dilpath@users.noreply.github.com>
Co-authored-by: Dilan Pathirana <59329744+dilpath@users.noreply.github.com>
Co-authored-by: Dilan Pathirana <59329744+dilpath@users.noreply.github.com>
582923e to
7bb49a7
Compare
No description provided.