Skip to content

Commit

Permalink
move changelog points to the correct version
Browse files Browse the repository at this point in the history
  • Loading branch information
mirpedrol committed Dec 19, 2023
1 parent 26e43b5 commit 7dccc13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
- Fix how the modules template references the conda environment file ([#2540](https://github.com/nf-core/tools/pull/2540))
- Unset env variable JAVA_TOOL_OPTIONS in gitpod ([#2569](https://github.com/nf-core/tools/pull/2569))
- Pin the version of nf-validation ([#2579](https://github.com/nf-core/tools/pull/2579))
- Disable process selector warnings by default ([#2161](https://github.com/nf-core/tools/issues/2161))
- Remove `docker.userEmulation` from nextflow.config in pipeline template ([#2580](https://github.com/nf-core/tools/pull/2580))

### Download

Expand All @@ -25,6 +27,7 @@
- Correctly ignore `timeline.enabled`, `report.enabled`, `trace.enabled`, `dag.enabled` variables when linting a pipeline. ([#2507](https://github.com/nf-core/tools/pull/2507))
- Lint nf-test main.nf.test tags include all used components in chained tests ([#2572](https://github.com/nf-core/tools/pull/2572))
- Don't fail linting if md5sum for empty files are found in a stub test ([#2571](https://github.com/nf-core/tools/pull/2571))
- Check for existence of test profile ([#2478](https://github.com/nf-core/tools/pull/2478))

### Modules

Expand Down Expand Up @@ -70,8 +73,6 @@
- Modified devcontainer permissions so that singularity can be run in Codespaces/VS Code devcontainers ([Commit a103f44](https://github.com/CarsonJM/tools/commit/a103f4484eca8c6d668e4653a4ed8d20faf1b41d))
- Update Gitpod profile resources to reflect base environment settings.
- ([#747](https://github.com/nf-core/tools/issues/747)) Add to the template the code to dump the selected pipeline parameters into a json file.
- [#2161] Disable process selector warnings by default.
- Remove `docker.userEmulation` from nextflow.config in pipeline template ([#2580](https://github.com/nf-core/tools/pull/2580))

### Download

Expand All @@ -82,7 +83,6 @@
### Linting

- Add new command `nf-core subworkflows lint` ([#2379](https://github.com/nf-core/tools/pull/2379))
- Check for existence of test profile ([#2478](https://github.com/nf-core/tools/pull/2478))

### Modules

Expand Down

0 comments on commit 7dccc13

Please sign in to comment.