Skip to content

Commit

Permalink
Merge pull request #288 from biowdl/release-5.0.0
Browse files Browse the repository at this point in the history
Release 5.0.0
  • Loading branch information
cagaser authored Jul 7, 2021
2 parents 41e1e07 + a411311 commit 3a01f3b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@ name: Continuous integration

on:
pull_request:
paths:
- "**.wdl" # Workflow files and task
- "**.yml" # Ci configuration, tests and docker images
- "!docs/**"
paths_ignore:
- "docs/**"

defaults:
run:
Expand All @@ -29,4 +27,4 @@ jobs:
- name: install requirements
run: conda install -n test cromwell miniwdl wdl-aid
- name: run linting
run: bash scripts/biowdl_lint.sh
run: bash scripts/biowdl_lint.sh
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This document is user facing. Please word the changes in such a way
that users understand how the changes affect the new version.
-->

version 5.0.0-dev
version 5.0.0
---------------------------
+ Update CPAT to version 3.0.4.
+ Changed the `outFilePath` input to `outputPrefix`.
Expand Down
2 changes: 1 addition & 1 deletion scripts
Submodule scripts updated 1 files
+1 −1 VERSION

0 comments on commit 3a01f3b

Please sign in to comment.