Skip to content
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

dev -> master for 2.14.1 #2971

Merged
merged 27 commits into from
May 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
3a59e3c
bump to 2.14.1dev
mashehu May 8, 2024
3f87135
[automated] Update CHANGELOG.md
nf-core-bot May 8, 2024
0edbd18
Update CHANGELOG.md
mashehu May 8, 2024
aa8229f
don't try to cache linting
mashehu May 8, 2024
baabac7
[automated] Fix code linting
nf-core-bot May 8, 2024
defc570
Merge pull request #2960 from mashehu/bump-to-2.14.1dev
mashehu May 8, 2024
de23d6b
Merge branch 'dev' of github.com:nf-core/tools into dont-cache-linting
mashehu May 8, 2024
98fe5c1
update changelog
mashehu May 8, 2024
1ef694d
Merge pull request #2961 from mashehu/dont-cache-linting
ewels May 8, 2024
f0862f1
version bump to 2.14.1
mashehu May 9, 2024
c202c1c
Merge branch 'dev' into bump-to-2_14_1
mashehu May 9, 2024
7220674
[automated] Fix code linting
nf-core-bot May 9, 2024
e3f1ad0
fix update script
mashehu May 9, 2024
8aff966
[automated] Update CHANGELOG.md
nf-core-bot May 9, 2024
9e3ba78
[automated] Update CHANGELOG.md
nf-core-bot May 9, 2024
7988b7c
set gitpod yaml to latest
mashehu May 9, 2024
ac5373a
fix changelog
mashehu May 9, 2024
fe1818c
Merge pull request #2967 from mashehu/bump-to-2_14_1
mashehu May 9, 2024
c76aa80
Merge branch 'dev' into fix-modules-update-action
mashehu May 9, 2024
c33f80e
Merge pull request #2968 from mashehu/fix-modules-update-action
mashehu May 9, 2024
53c77dd
Generate new screengrabs with rich-codex
github-actions[bot] May 9, 2024
c2ae96e
run sync on self-hosted runners on release
mashehu May 9, 2024
39ce3e7
update changelog
mashehu May 9, 2024
1fecdc4
Generate new screengrabs with rich-codex
github-actions[bot] May 9, 2024
1d147cc
check first for release trigger
mashehu May 9, 2024
2d8aa3b
Merge pull request #2970 from mashehu/run-release-on-self-hosted
mashehu May 9, 2024
1b7612c
Update CHANGELOG.md
mashehu May 9, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:

sync:
needs: get-pipelines
# use the runner given by the input if it is dispatched manually, run on github if it is a rerun or on self-hosted by default
runs-on: ${{ github.event.inputs.runners || github.run_number > 1 && 'ubuntu-latest' || 'self-hosted' }}
# use the github runner on release otherwise use the runner given by the input if it is dispatched manually, run on github if it is a rerun or on self-hosted by default
runs-on: ${{github.event_name == 'release' && 'self-hosted' || github.event.inputs.runners || github.run_number > 1 && 'ubuntu-latest' || 'self-hosted' }}
strategy:
matrix: ${{fromJson(needs.get-pipelines.outputs.matrix)}}
fail-fast: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update_components_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
run: pip install nf-core

- name: Update modules
run: nf-core modules update --all
run: nf-core modules update --all --no-preview
working-directory: nf_core/pipeline-template

- name: Update subworkflows
run: nf-core subworkflows update --all
run: nf-core subworkflows update --all --no-preview
working-directory: nf_core/pipeline-template

# Commit the changes
Expand Down
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# nf-core/tools: Changelog

## [v2.14.0 - Tantalum Toad](https://github.com/nf-core/tools/releases/tag/2.14) - [2024-05-07]
## [v2.14.1 - Tantalum Toad - Patch](https://github.com/nf-core/tools/releases/tag/2.14.1) - [2024-05-09]

### Template

- Don't cache pip in `linting.yml` ([#2961](https://github.com/nf-core/tools/pull/2961))

### General

- Fix update github action for components in pipeline template ([#2968](https://github.com/nf-core/tools/pull/2968))
- Run sync after release on self hosted runners ([#2970](https://github.com/nf-core/tools/pull/2970))

## [v2.14.0 - Tantalum Toad](https://github.com/nf-core/tools/releases/tag/2.14.0) - [2024-05-08]

### Template

Expand Down
148 changes: 74 additions & 74 deletions docs/images/nf-core-bump-version.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
68 changes: 34 additions & 34 deletions docs/images/nf-core-create-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading