-
Notifications
You must be signed in to change notification settings - Fork 534
Preparations for 1.0.2-RC1—incl. release notes. #417
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
RELEASE-NOTES.md
Outdated
- Specification | ||
+ Glossary term added for `Thread-safe` | ||
+ No breaking/semantical changes | ||
+ Rule [clarifications](#specification-clarifications-1.0.2-RC1) |
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.
The .
in these links are removed by GitHub's markdown and the URL becomes:
RELEASE-NOTES.md#specification-clarifications-102-rc1
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.
Nice catch, thanks @akarnokd!
@@ -42,7 +42,7 @@ subprojects { | |||
instructionReplace "Bundle-Vendor", "Reactive Streams SIG" | |||
instructionReplace "Bundle-Description", "Reactive Streams API" | |||
instructionReplace "Bundle-DocURL", "http://reactive-streams.org" | |||
instructionReplace "Bundle-Version", "1.0.1" | |||
instructionReplace "Bundle-Version", "1.0.2-RC1" |
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.
Perhaps $version
?
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.
instructionReplace "Bundle-Version", $version
?
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 String interpolation should work here (but I can be never sure with Gradle):
instructionReplace "Bundle-Version", "$version"
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.
For some awkward reason "$version" will generate "1.0.1.RC1" iso "1.0.1-RC1" :S
@@ -6,6 +6,5 @@ tests: | |||
classes: | |||
- org.reactivestreams.tck.IdentityProcessorVerificationDelegationTest | |||
- org.reactivestreams.tck.PublisherVerificationTest | |||
- org.reactivestreams.tck.BokenExampleTest |
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 thanks for removing
@reactive-streams/contributors This is the preparation for 1.0.2-RC1,
I'd like to issue it before the end of the week, so please provide feedback ASAP if you're interested in vetting the release notes etc.