-
Notifications
You must be signed in to change notification settings - Fork 45
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
Bump snapshot and dev versions of libraries #609
Conversation
@thunderbiscuit I can also update this line to say something different since I'm not sure we have those two templates anymore (maybe replace with |
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.
Super small changes required on the release issue template but otherwise this looks great. I also think you might need a rebase on master.
.github/ISSUE_TEMPLATE/release.md
Outdated
@@ -89,7 +89,7 @@ git push upstream v0.6.0 | |||
28. - [ ] Aggregate all the changelog notices from the PRs and add them to the changelog file | |||
29. - [ ] Bump the versions on master from `0.9.0-SNAPSHOT` to `0.10.0-SNAPSHOT`, `0.6.0.dev0` to `0.7.0.dev0` | |||
30. - [ ] Apply changes to the minor_release and patch_release issue templates if they need any | |||
31. - [ ] Open a PR on master with the changes in steps 29, 30, and 31. See [example PR here](https://github.com/bitcoindevkit/bdk-ffi/pull/317). Get a review and merge the PR. | |||
31. - [ ] Open a PR on master with the changes in steps 28, 29, 30, and 31. See [example PR here](https://github.com/bitcoindevkit/bdk-ffi/pull/317). Get a review and merge the PR. |
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.
leaving 31 here is sort of self-referencing. I suggest to only keep 28, 29, 30.
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.
removed 31, then just re-numbered the steps that followed-
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 I see. Yep I re-read what I wrote and I see how it sounded now. Yeah that works too!
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 think it's fairly clear those changes need to be merged. As long as it's clear to you as well that they need to be merged on master then it's cool.
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.
Yeah I think its clear to me now but I'll keep it in mind, but yeah I read it one way at first and updated the PR and re-read it now and it makes sense in a different way. Will merge this PR, but will keep in mind if it doesnt make sense next time to add it back or re-word it
Changes made & rebased- |
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.
ACK ed2aadf.
Description
Step 31 in Issue for beta 5 release.
Notes to the reviewers
Changelog notice
Checklists
All Submissions:
cargo fmt
andcargo clippy
before committingNew Features:
Bugfixes: