Skip to content

Commit

Permalink
Merge pull request #2667 from nf-core/email_versions
Browse files Browse the repository at this point in the history
Remove redundanct v in pipeline version for emails
  • Loading branch information
drpatelh authored Jan 18, 2024
2 parents 7d9e37e + 93db4e3 commit 31c61ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
- Update pre-commit hook astral-sh/ruff-pre-commit to v0.1.13 ([#2660](https://github.com/nf-core/tools/pull/2660))
- Add new subcommand: `nf-core logo-create` to output an nf-core logo for a pipeline (instead of going through the website) ([#2662](https://github.com/nf-core/tools/pull/2662))
- Update actions/cache action to v4 ([#2666](https://github.com/nf-core/tools/pull/2666))
- Remove redundanct v in pipeline version for emails ([#2667](https://github.com/nf-core/tools/pull/2667))

# [v2.11.1 - Magnesium Dragon Patch](https://github.com/nf-core/tools/releases/tag/2.11) - [2023-12-20]

Expand Down
2 changes: 1 addition & 1 deletion nf_core/pipeline-template/assets/email_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<img src="cid:nfcorepipelinelogo">

<h1>{{ name }} v${version}</h1>
<h1>{{ name }} ${version}</h1>
<h2>Run Name: $runName</h2>

<% if (!success){
Expand Down
2 changes: 1 addition & 1 deletion nf_core/pipeline-template/assets/email_template.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
|\\ | |__ __ / ` / \\ |__) |__ } {
| \\| | \\__, \\__/ | \\ |___ \\`-._,-`-,
`._,._,'
{{ name }} v${version}
{{ name }} ${version}
----------------------------------------------------
{% endif -%}

Expand Down

0 comments on commit 31c61ca

Please sign in to comment.