snap, version update#109
Conversation
|
There was a problem hiding this comment.
Pull request overview
This PR transitions the pipeline from the stable v1.0.0 release to the v1.1.0dev development version. It updates version references across configuration files, test snapshots, and metadata, while also adding the Zenodo DOI citation information that was finalized for the v1.0.0 release.
Key changes:
- Version bumped from
1.0.0to1.1.0devacross all configuration files - CHANGELOG updated to reflect v1.0.0 release date and prepare for v1.1.0
- Zenodo DOI updated from placeholder to actual DOI (10.5281/zenodo.17751829)
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| tests/default.nf.test.snap | Updated version reference in test snapshots and refreshed timestamp |
| ro-crate-metadata.json | Updated workflow status to "InProgress", version to 1.1.0dev, URLs to dev branch, and refreshed UUIDs |
| nextflow.config | Bumped version from 1.0.0 to 1.1.0dev |
| assets/multiqc_config.yml | Changed report URL from v1.0.0 release tag to dev branch tree |
| README.md | Updated Zenodo DOI from placeholder to actual value and uncommented citation text |
| CHANGELOG.md | Added v1.0.0 release entry with date and created new v1.1.0 section |
| .nf-core.yml | Updated template version from 1.0.0 to 1.1.0dev |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review for a chance to win a $100 gift card. Take the survey.
| and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
|
||
| ## v1.0.0dev - [date] | ||
| ## v1.1.0 - [date] |
There was a problem hiding this comment.
The version should be v1.1.0dev (with 'dev' suffix) to match the version specified in other files like nextflow.config, .nf-core.yml, and ro-crate-metadata.json, where the version is consistently set to 1.1.0dev.
| ## v1.1.0 - [date] | |
| ## v1.1.0dev - [date] |
|
|
||
| ## v1.0.0dev - [date] | ||
| ## v1.1.0 - [date] | ||
|
|
There was a problem hiding this comment.
The v1.1.0 section is empty with no description of changes. Since this is a development version being prepared, it should either:
- Include a placeholder like
Initial development for v1.1.0orDevelopment version - changes to be documented - List the actual changes being prepared for this version
Empty changelog sections make it difficult for users to understand what's changing between versions.
| Development version - changes to be documented |
PR checklist
nf-core pipelines lint).nextflow run . -profile test,docker --outdir <OUTDIR>).nextflow run . -profile debug,test,docker --outdir <OUTDIR>).docs/usage.mdis updated.docs/output.mdis updated.CHANGELOG.mdis updated.README.mdis updated (including new tool citations and authors/contributors).