-
Notifications
You must be signed in to change notification settings - Fork 753
Add README files for all plugins #6660
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
✅ Deploy Preview for nextflow-docs-staging canceled.
|
e364d8f to
17f04b9
Compare
- Add README.md files for all plugins following the nextflow-plugin-gradle requirements - Each README includes: Summary, Get Started, Examples, Resources, and License sections - Disable generateSpec in build.gradle for all plugins (temporary workaround) Signed-off-by: Paolo Di Tommaso <[email protected]>
17f04b9 to
fd27493
Compare
christopher-hakkaart
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.
I've added some suggestions to name the plugin in the first sentence to improve clarity, but otherwise looks good.
Co-authored-by: Chris Hakkaart <[email protected]> Signed-off-by: Paolo Di Tommaso <[email protected]>
Co-authored-by: Chris Hakkaart <[email protected]> Signed-off-by: Paolo Di Tommaso <[email protected]>
Co-authored-by: Chris Hakkaart <[email protected]> Signed-off-by: Paolo Di Tommaso <[email protected]>
Co-authored-by: Chris Hakkaart <[email protected]> Signed-off-by: Paolo Di Tommaso <[email protected]>
Co-authored-by: Chris Hakkaart <[email protected]> Signed-off-by: Paolo Di Tommaso <[email protected]>
Co-authored-by: Chris Hakkaart <[email protected]> Signed-off-by: Paolo Di Tommaso <[email protected]>
Co-authored-by: Chris Hakkaart <[email protected]> Signed-off-by: Paolo Di Tommaso <[email protected]>
Co-authored-by: Chris Hakkaart <[email protected]> Signed-off-by: Paolo Di Tommaso <[email protected]>
Co-authored-by: Chris Hakkaart <[email protected]> Signed-off-by: Paolo Di Tommaso <[email protected]>
|
Awesome thanks |
Signed-off-by: Paolo Di Tommaso <[email protected]>
Signed-off-by: Paolo Di Tommaso <[email protected]>
Signed-off-by: Paolo Di Tommaso <[email protected]>
christopher-hakkaart
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.
I've added suggestions to change the headings into sentence case, which we use for regular documentation.
christopher-hakkaart
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.
I've added suggestions to change the headings into sentence case, which we use for regular documentation.
Co-authored-by: Chris Hakkaart <[email protected]> Signed-off-by: Paolo Di Tommaso <[email protected]>
Co-authored-by: Chris Hakkaart <[email protected]> Signed-off-by: Paolo Di Tommaso <[email protected]>
Co-authored-by: Chris Hakkaart <[email protected]> Signed-off-by: Paolo Di Tommaso <[email protected]>
Co-authored-by: Chris Hakkaart <[email protected]> Signed-off-by: Paolo Di Tommaso <[email protected]>
Co-authored-by: Chris Hakkaart <[email protected]> Signed-off-by: Paolo Di Tommaso <[email protected]>
Co-authored-by: Chris Hakkaart <[email protected]> Signed-off-by: Paolo Di Tommaso <[email protected]>
Co-authored-by: Chris Hakkaart <[email protected]> Signed-off-by: Paolo Di Tommaso <[email protected]>
Co-authored-by: Chris Hakkaart <[email protected]> Signed-off-by: Paolo Di Tommaso <[email protected]>
Co-authored-by: Chris Hakkaart <[email protected]> Signed-off-by: Paolo Di Tommaso <[email protected]>
Summary
generateSpecin build.gradle for all pluginsChanges
New README files
plugins/nf-amazon/README.mdplugins/nf-azure/README.md(updated)plugins/nf-cloudcache/README.mdplugins/nf-codecommit/README.mdplugins/nf-console/README.mdplugins/nf-google/README.mdplugins/nf-k8s/README.mdplugins/nf-tower/README.mdplugins/nf-wave/README.mdBuild configuration
generateSpec = falseto all plugin build.gradle filesTest plan
./gradlew releasePluginToRegistryIfNotExiststo verify plugin release works🤖 Generated with Claude Code